Преглед на файлове

remove jqmobile loading message

Kevin Heinicke преди 10 години
родител
ревизия
df7f1b0920
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 ){