mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +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
|
//----------------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($){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue