summaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-08 18:18:11 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:39 +0200
commit5ae5c272ac991583990a850b9fc79a5c9f17e5b2 (patch)
tree36e54e72f1fd22ca3c2947370ba2af9c80193f36 /js/index.js
parent4a0a3dbaff525c1b49dbd1edf97215c36705d474 (diff)
downloadwvs-vplan-5ae5c272ac991583990a850b9fc79a5c9f17e5b2.tar.gz
wvs-vplan-5ae5c272ac991583990a850b9fc79a5c9f17e5b2.zip
füge einen weiteren Appstatus hinzu
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js3
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;