diff options
author | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 11:57:33 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 11:57:33 +0100 |
commit | 9294a2f2b20a9289a9b5c4a4b72f308de85d8c30 (patch) | |
tree | cbc46977e0aab6746766e9d13c0a32f3cd9a9782 /web/nms.gathering.org/js/nms-info-box.js | |
parent | dbfb132de4140505e6ad68ffde30f04e0ec16e51 (diff) |
NMS: Fix switch movement and poll timeout
Diffstat (limited to 'web/nms.gathering.org/js/nms-info-box.js')
-rw-r--r-- | web/nms.gathering.org/js/nms-info-box.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/nms.gathering.org/js/nms-info-box.js b/web/nms.gathering.org/js/nms-info-box.js index 88bc7d7..dc993a9 100644 --- a/web/nms.gathering.org/js/nms-info-box.js +++ b/web/nms.gathering.org/js/nms-info-box.js @@ -133,6 +133,8 @@ nmsInfoBox._windowTypes.addSwitch = { if(result.switches_addded.length > 0) { nmsInfoBox.hide(); } + nmsData.invalidate("switches"); + nmsData.invalidate("smanagement"); } }); } |