icn3d 3.28.4 → 3.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icn3d.js +1 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +1 -1
- package/package.json +1 -1
package/icn3d.js
CHANGED
|
@@ -35674,7 +35674,7 @@ class SetOption {
|
|
|
35674
35674
|
me.htmlCls.dialogCls.openDlg('dl_legend', 'Color Legend');
|
|
35675
35675
|
}
|
|
35676
35676
|
else {
|
|
35677
|
-
$("#" + me.pre + "dl_legend").dialog("close");
|
|
35677
|
+
if($('#' + me.pre + 'dl_legend').hasClass('ui-dialog-content') && $('#' + me.pre + 'dl_legend').dialog( 'isOpen' )) $("#" + me.pre + "dl_legend").dialog("close");
|
|
35678
35678
|
}
|
|
35679
35679
|
|
|
35680
35680
|
// if(bClose) {
|