Fixed database and webserver race condition.

This commit is contained in:
Ylian Saint-Hilaire
2019-01-22 15:40:08 -08:00
parent 6fbcb8ea4d
commit 3e6a5bb501
5 changed files with 173 additions and 154 deletions

View File

@@ -1755,7 +1755,6 @@
var deviceHeaders = {};
var oldviewmode = 0;
function updateDevices() {
if (xxcurrentView != 1) return;
var r = '', c = 0, current = null, count = 0, displayedMeshes = {}, view = Q('viewselect').value, groups = {}, groupCount = {};
QV('xdevices', view < 4);
QV('xdevicesmap', view == 4);