sitemap doesn`t displayed in ie8 since a design of alert not supported that

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12660 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2013-02-01 06:32:59 +00:00
parent c3afceb466
commit 336c2f3ba5

View file

@ -2370,11 +2370,13 @@ jQuery(function($){
//----------------menu selector end //----------------menu selector end
jQuery(function($){ jQuery(function($){
_alert = alert; //_alert = alert;
try {
alert = function(){ alert = function(){
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments); return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
} }
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500); setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
}catch(e){}
}); });
jQuery(function($){ jQuery(function($){