Repository: qpid-dispatch Updated Branches: refs/heads/master d441abbde -> f388772d9
DISPATCH-507 Save hawtio and stand-alone console's last page visited under separate keys Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f388772d Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/f388772d Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/f388772d Branch: refs/heads/master Commit: f388772d93bf7e5ab1eb7454926f68236ee75b3d Parents: d441abb Author: Ernest Allen <eal...@redhat.com> Authored: Mon Sep 12 11:58:28 2016 -0400 Committer: Ernest Allen <eal...@redhat.com> Committed: Mon Sep 12 11:58:28 2016 -0400 ---------------------------------------------------------------------- console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/f388772d/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js b/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js index ea3f1a9..5287885 100644 --- a/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js +++ b/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js @@ -59,7 +59,7 @@ var QDR = (function(QDR) { QDR.templatePath = QDR.contextPath + "plugin/html/"; QDR.SETTINGS_KEY = 'QDRSettings'; - QDR.LAST_LOCATION = "QDRLastLocation"; + QDR.LAST_LOCATION = "QDRLastLocationHawt"; /** * @property module --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org