diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-08 18:18:11 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:39 +0200 |
| commit | 5ae5c272ac991583990a850b9fc79a5c9f17e5b2 (patch) | |
| tree | 36e54e72f1fd22ca3c2947370ba2af9c80193f36 | |
| parent | 4a0a3dbaff525c1b49dbd1edf97215c36705d474 (diff) | |
| download | wvs-vplan-5ae5c272ac991583990a850b9fc79a5c9f17e5b2.tar.gz wvs-vplan-5ae5c272ac991583990a850b9fc79a5c9f17e5b2.zip | |
füge einen weiteren Appstatus hinzu
| -rw-r--r-- | js/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js index 3d05ac7..e5d0c4d 100644 --- a/js/index.js +++ b/js/index.js @@ -62,6 +62,9 @@ function updateCheck(){ switch(appStatus){ case 'ok': break; + case 'hangon': + $('#versioninfo').text('Es besteht ein Problem mit der aktuellen Version. Ein Update ist in Arbeit.'); + break; case 'info': $('#versioninfo').text('Ein Update ist im Appstore verfügbar.').show(); break; |
