summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-01 16:49:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:55:41 +0200
commit7cae002c61ef199f0aee7db4a65ca03ee0552e9b (patch)
tree3c6c0dea6360e1ecf9b7942f595720e60f8a4a0e /js
parent0ab840c3f81b29d6911f1042bc1a0dbcc0c44878 (diff)
downloadwvs-vplan-7cae002c61ef199f0aee7db4a65ca03ee0552e9b.tar.gz
wvs-vplan-7cae002c61ef199f0aee7db4a65ca03ee0552e9b.zip
fixe Spinner beim ersten Start
Diffstat (limited to 'js')
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index 5749631..4c97132 100644
--- a/js/index.js
+++ b/js/index.js
@@ -711,7 +711,7 @@ function load(){
}
}else{
$('#noplans').show('fast');
- $('#lnklogin').show('fast');
+ $.mobile.loading('hide');
}
}, fail);
}, fail);