summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--js/index.js2
2 files changed, 0 insertions, 3 deletions
diff --git a/index.html b/index.html
index 244aad8..24834a5 100644
--- a/index.html
+++ b/index.html
@@ -109,7 +109,6 @@
</div>
</div> <!-- loginpopup -->
- <div style="text-align: center" id="noplans" style="display:none"><p>Es sind noch keine Pläne verfügbar.</p></div>
<div style="text-align: center"><a id="lnklogin" href="#loginpopup" data-rel="popup" data-role="button" data-position-to="window" data-inline="true" data-transition="pop">Einloggen</a></div>
</div>
</div> <!-- vplantabs -->
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);