summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-08 18:19:10 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:40 +0200
commit55278b68c3999558d2663c2ec6d888e3cc9d2a88 (patch)
treee8458e3facaa83d1be57178b812c7c7130552c77
parent5ae5c272ac991583990a850b9fc79a5c9f17e5b2 (diff)
downloadwvs-vplan-55278b68c3999558d2663c2ec6d888e3cc9d2a88.tar.gz
wvs-vplan-55278b68c3999558d2663c2ec6d888e3cc9d2a88.zip
entferne "Keine Pläne..."-Nachricht
-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);