Added Android to agent install invitation page.

This commit is contained in:
Ylian Saint-Hilaire
2021-01-29 14:08:05 -08:00
parent 4b47565c06
commit 97fb257e9c
6 changed files with 1824 additions and 1703 deletions

View File

@@ -110,7 +110,7 @@
QH('xtitle', EscapeHtml(newTitle).split(' ').join('&nbsp'));
// Setup web notifications
if (Notification) { QV('notifyButton', Notification.permission != 'granted'); }
try { if (Notification) { QV('notifyButton', Notification.permission != 'granted'); } } catch (ex) { }
// Track window focus
window.addEventListener('focus', function (event) { windowFocus = true; }, false);