Explorar o código

remove jqmobile loading message

Kevin Heinicke %!s(int64=10) %!d(string=hai) anos
pai
achega
df7f1b0920
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      js/script.js

+ 1 - 0
js/script.js

@@ -28,6 +28,7 @@ $(function(){
   $( "#demoCanvas" ).on( "swipe", swipeHandler );
   $.event.special.swipe.horizontalDistanceThreshold = 1;
   $.event.special.swipe.verticalDistanceThreshold = 1000;
+  $.mobile.loader.prototype.options.disabled = true;
  
   // Callback function references the event target and adds the 'swipe' class to it
   function swipeHandler( event ){