mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
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:
parent
2e8b49acce
commit
c790b11694
6 changed files with 97 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue