We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceea4bc + b4b80cd commit 39e3f1bCopy full SHA for 39e3f1b
js/jquery.mobile.init.js
@@ -34,10 +34,6 @@
34
//will not appear if $.mobile.loadingMessage is false
35
var $loader = $.mobile.loadingMessage ? $( "<div class='ui-loader ui-body-a ui-corner-all'>" + "<span class='ui-icon ui-icon-loading spin'></span>" + "<h1>" + $.mobile.loadingMessage + "</h1>" + "</div>" ) : undefined;
36
37
- if(typeof $loader === "undefined"){
38
- alert($.mobile.loadingMessage);
39
- }
40
-
41
$.extend($.mobile, {
42
// turn on/off page loading message.
43
pageLoading: function ( done ) {
0 commit comments