commit | a10c363bd970848bf2f715fcc41b1348b074f7d5 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri Mar 10 17:22:04 2017 -0800 |
committer | Simon Hunt <simon@onlab.us> | Sat Mar 11 01:29:31 2017 +0000 |
tree | 4674c4cbc58708c20d605ca7a6b7b35895def172 | |
parent | d2f041ef26a8dbf86ef0873a29d80a215c25083e [diff] |
Topo2: Added bookmarks to the URL when navigating regions A querystring parameter 'regionId' is looked for within the URL and if found the application will navigate to the region specified. Change-Id: Id87e0e073f14a7b8299175ffc6a504e6e510e9bb
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js index 84421c9..c0b8f9c 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2Breadcrumb.js
@@ -58,7 +58,6 @@ breadcrumbs.splice(index + 1); wss.sendEvent('topo2navRegion', { - dir: 'up', rid: data.id });
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Force.js b/web/gui/src/main/webapp/app/view/topo2/topo2Force.js index 0e93868..5849b61 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2Force.js +++ b/web/gui/src/main/webapp/app/view/topo2/topo2Force.js
@@ -58,7 +58,6 @@ function request(dir, rid) { wss.sendEvent('topo2navRegion', { - dir: dir, rid: rid }); }