diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php index 6b1240b2d..965823a8b 100644 --- a/application/forms.class.inc.php +++ b/application/forms.class.inc.php @@ -378,9 +378,9 @@ $('#$sDialogId').dialog({ } } } }, - { text: "$sCancelButtonLabel", click: function() { KillAllMenus(); $(this).dialog( "close" ); $(this).remove(); } }, + { text: "$sCancelButtonLabel", click: function() { $(this).dialog( "close" ); $(this).remove(); } }, ], - close: function() { KillAllMenus(); $(this).remove(); } + close: function() { $(this).remove(); } }); var oForm = $('#$sDialogId form'); var sFormId = oForm.attr('id');