mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added Android to agent install invitation page.
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
QH('xtitle', EscapeHtml(newTitle).split(' ').join(' '));
|
||||
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user