diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-08 18:19:10 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:40 +0200 |
| commit | 55278b68c3999558d2663c2ec6d888e3cc9d2a88 (patch) | |
| tree | e8458e3facaa83d1be57178b812c7c7130552c77 /js/index.js | |
| parent | 5ae5c272ac991583990a850b9fc79a5c9f17e5b2 (diff) | |
| download | wvs-vplan-55278b68c3999558d2663c2ec6d888e3cc9d2a88.tar.gz wvs-vplan-55278b68c3999558d2663c2ec6d888e3cc9d2a88.zip | |
entferne "Keine Pläne..."-Nachricht
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/index.js b/js/index.js index e5d0c4d..7a8fbeb 100644 --- a/js/index.js +++ b/js/index.js @@ -961,12 +961,10 @@ function load(){ console.log('Im Speicher: ' + actual.length + ' aktuelle Dateien'); if(actual.length > 0){ - $('#noplans').hide('slow'); for(j = 0; j < actual.length; j++){ ladeCache(actual[j], false); } }else{ - $('#noplans').show('fast'); $.mobile.loading('hide'); } }, fail); |
