From 539de218202aedb75bb791ae0e9c1f1b9e0c6b47 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 26 Jun 2014 15:56:48 +0200 Subject: zeige/verstecke Loader nicht während des Ladens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/js/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/js/index.js b/www/js/index.js index 30b9466..6ef3d81 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -977,7 +977,6 @@ function getActual(entries){ /* lädt Vertretungspläne aus dem Speicher [1) SD-Karte oder 2) dem internen Speicher] */ function load(){ - $.mobile.loading('show'); window.requestFileSystem( LocalFileSystem.PERSISTENT, 0, function(fileSystem){ @@ -995,8 +994,6 @@ function load(){ for(j = 0; j < actual.length; j++){ ladeCache(actual[j], false); } - }else{ - $.mobile.loading('hide'); } }, fail); }, fail); -- cgit v1.3.1