diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-26 15:56:48 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:44 +0200 |
| commit | 539de218202aedb75bb791ae0e9c1f1b9e0c6b47 (patch) | |
| tree | e64836c98ee4142a18ca76bbf56a8e8ba0d3f321 | |
| parent | d5a07c1c2ce3ef3b982a5197b4351d3f39060f42 (diff) | |
| download | wvs-vplan-539de218202aedb75bb791ae0e9c1f1b9e0c6b47.tar.gz wvs-vplan-539de218202aedb75bb791ae0e9c1f1b9e0c6b47.zip | |
zeige/verstecke Loader nicht während des Ladens
| -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); |
