Skip to content

Commit

Permalink
Fixed a connectionType glitch
Browse files Browse the repository at this point in the history
Change-Id: Idcd2cde2ea93ad91892bf6954c70b5c02490c37f
  • Loading branch information
tomikazi committed Mar 29, 2021
1 parent b6a6bcb commit a0410b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gui/src/main/webapp/app/view/topo/topoForce.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a0410b8

Please sign in to comment.