mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +00:00
Close edit window after editing
This commit is contained in:
@@ -1181,7 +1181,9 @@ function edit_applyMultiDesc(evt)
|
|||||||
,
|
,
|
||||||
success : function(data){
|
success : function(data){
|
||||||
if(p4.edit.what == 'GRP' || p4.edit.what == 'SSEL')
|
if(p4.edit.what == 'GRP' || p4.edit.what == 'SSEL')
|
||||||
return p4.WorkZone.refresh('current');
|
{
|
||||||
|
p4.WorkZone.refresh('current');
|
||||||
|
}
|
||||||
$("#Edit_copyPreset_dlg").remove();
|
$("#Edit_copyPreset_dlg").remove();
|
||||||
$('#EDITWINDOW').hide();
|
$('#EDITWINDOW').hide();
|
||||||
hideOverlay(2);
|
hideOverlay(2);
|
||||||
|
Reference in New Issue
Block a user