diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 10a9678cf..99b5b7e00 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -2370,11 +2370,13 @@ jQuery(function($){ //----------------menu selector end jQuery(function($){ - _alert = alert; - alert = function(){ - return $.xeMsgBox.alert.apply($.xeMsgBox, arguments); - } - setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500); + //_alert = alert; + try { + alert = function(){ + return $.xeMsgBox.alert.apply($.xeMsgBox, arguments); + } + setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500); + }catch(e){} }); jQuery(function($){