Quellcode durchsuchen

remove jqmobile loading message

Kevin Heinicke vor 10 Jahren
Ursprung
Commit
df7f1b0920
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 ){