mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
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:
parent
c3afceb466
commit
336c2f3ba5
1 changed files with 7 additions and 5 deletions
|
|
@ -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($){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue