From a0410b8f65a4e4e90f41c34e17eadebb4b998435 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Mon, 29 Mar 2021 14:01:18 -0700 Subject: [PATCH] Fixed a connectionType glitch Change-Id: Idcd2cde2ea93ad91892bf6954c70b5c02490c37f --- web/gui/src/main/webapp/app/view/topo/topoForce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gui/src/main/webapp/app/view/topo/topoForce.js b/web/gui/src/main/webapp/app/view/topo/topoForce.js index 158a066914c..8819107ecff 100644 --- a/web/gui/src/main/webapp/app/view/topo/topoForce.js +++ b/web/gui/src/main/webapp/app/view/topo/topoForce.js @@ -365,7 +365,7 @@ var th = ts.theme(), el = ldata.el, type = ldata.type(), - connectionType = ldata.connectionType(), + connectionType = ldata.connectionType, lw = ldata.linkWidth(), online = ldata.online(), modeCls = ldata.expected() ? 'inactive' : 'not-permitted',