diff options
Diffstat (limited to '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); |
