issue 2864. fixed a bug. does not override a window.alert() on IE.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12724 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2013-02-07 09:18:19 +00:00
parent 2e8b49acce
commit c790b11694
6 changed files with 97 additions and 16 deletions

View file

@ -2372,7 +2372,7 @@ jQuery(function($){
jQuery(function($){
//_alert = alert;
try {
alert = function(){
window.alert = function(){
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
}
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);