src/main/webapp/js/moralmap.js | ●●●●● patch | view | raw | blame | history |
src/main/webapp/js/moralmap.js
@@ -1052,7 +1052,6 @@ var deviceStates; var monitorPointStates; moralMap.refreshState = function (states) { if (!monitorPointStates) { monitorPointStates = states; deviceStates = []; for (var i in states) { @@ -1060,7 +1059,6 @@ for (var j in state.devices) { var device = state.devices[j]; deviceStates.push(device); } } } listView.refreshState(deviceStates);