commit | e0a98f502026d308964b6ff7f62c5b03090d4cf0 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Mon Mar 20 10:22:49 2017 -0700 |
committer | Simon Hunt <simon@onlab.us> | Mon Mar 20 10:23:04 2017 -0700 |
tree | a777f463659cd33b9a7aab45df7b10c7d54d4ab0 | |
parent | cadc37c17e04e55c3695a48d25839ea1678b1f6d [diff] |
Topo2: remove unused "dir" parameter on navTo commands. Change-Id: Idd43ee1a1345375daed8671a4cca5b3b8d1e3cfb
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2PeerRegion.js b/web/gui/src/main/webapp/app/view/topo2/topo2PeerRegion.js index 64dc954..469e0a8 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2PeerRegion.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2PeerRegion.js
@@ -77,7 +77,6 @@ if (d3.event.defaultPrevented) return; wss.sendEvent('topo2navRegion', { - dir: 'down', rid: this.get('id') });
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2SubRegion.js b/web/gui/src/main/webapp/app/view/topo2/topo2SubRegion.js index 4696050..c773539 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2SubRegion.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2SubRegion.js
@@ -77,7 +77,6 @@ if (d3.event.defaultPrevented) return; wss.sendEvent('topo2navRegion', { - dir: 'down', rid: this.get('id') });