diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-01 16:49:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:55:41 +0200 |
| commit | 7cae002c61ef199f0aee7db4a65ca03ee0552e9b (patch) | |
| tree | 3c6c0dea6360e1ecf9b7942f595720e60f8a4a0e | |
| parent | 0ab840c3f81b29d6911f1042bc1a0dbcc0c44878 (diff) | |
| download | wvs-vplan-7cae002c61ef199f0aee7db4a65ca03ee0552e9b.tar.gz wvs-vplan-7cae002c61ef199f0aee7db4a65ca03ee0552e9b.zip | |
fixe Spinner beim ersten Start
| -rw-r--r-- | js/index.js | 2 |
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); |
