From 55278b68c3999558d2663c2ec6d888e3cc9d2a88 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 8 Jun 2014 18:19:10 +0200 Subject: entferne "Keine Pläne..."-Nachricht MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - js/index.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/index.html b/index.html index 244aad8..24834a5 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,6 @@ -

Es sind noch keine Pläne verfügbar.

Einloggen
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); -- cgit v1.3.1