mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 00:24:44 +00:00
remove ie debug alert
This commit is contained in:
parent
51908bdaeb
commit
ceea4bca66
1 changed files with 0 additions and 5 deletions
|
|
@ -47,11 +47,6 @@
|
|||
if( $.mobile.loadingMessage ){
|
||||
var activeBtn = $( "." + $.mobile.activeBtnClass ).first();
|
||||
|
||||
|
||||
if(typeof $loader === "undefined"){
|
||||
alert($.mobile.loadingMessage);
|
||||
}
|
||||
|
||||
$loader
|
||||
.appendTo( $.mobile.pageContainer )
|
||||
//position at y center (if scrollTop supported), above the activeBtn (if defined), or just 100px from top
|
||||
|
|
|
|||
Loading…
Reference in a new issue