mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed web app error, display stderr on the console.
This commit is contained in:
parent
0d662950a6
commit
c3bcb6f186
8 changed files with 29 additions and 50 deletions
|
@ -1414,7 +1414,7 @@
|
|||
if (updateNaggleFlags & 128) { updateMeshes(); }
|
||||
if (updateNaggleFlags & 4) { updateDevices(); }
|
||||
if (updateNaggleFlags & 8) { drawNotifications(); }
|
||||
if (updateNaggleFlags & 16) { updateMapMarkers(); }
|
||||
{{{StartGeoLocationJS}}}if (updateNaggleFlags & 16) { updateMapMarkers(); }{{{EndGeoLocationJS}}}
|
||||
if (updateNaggleFlags & 32) { eventsUpdate(); }
|
||||
{{{StartGeoLocationJS}}}if (updateNaggleFlags & 64) { refreshMap(false, true); }{{{EndGeoLocationJS}}}
|
||||
if (updateNaggleFlags & 256) { drawDeviceTimeline(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue