summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to '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;