remove ie debug alert

This commit is contained in:
John Bender 2011-04-28 15:02:59 -07:00
parent 51908bdaeb
commit ceea4bca66

View file

@ -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