diff options
| -rw-r--r-- | www/js/index.js | 3 |
1 files changed, 0 insertions, 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); |
