mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix #1286 Can not create a description model
This commit is contained in:
@@ -1527,8 +1527,11 @@ function preset_copy()
|
||||
}
|
||||
}
|
||||
$("#Edit_copyPreset_dlg FORM DIV").html(html);
|
||||
if ( $("#Edit_copyPreset_dlg").data("ui-dialog")) {
|
||||
$("#Edit_copyPreset_dlg").dialog('open');
|
||||
var $dialog = $("#Edit_copyPreset_dlg");
|
||||
if ($dialog.data("ui-dialog")) {
|
||||
// to show dialog on top of edit window
|
||||
$dialog.dialog("widget").css("z-index", 1300);
|
||||
$dialog.dialog("open");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user