diff --git a/horde/js/topbar.js b/horde/js/topbar.js index d2609fbc08b..fbf795dbe27 100644 --- a/horde/js/topbar.js +++ b/horde/js/topbar.js @@ -27,7 +27,8 @@ var HordeTopbar = { { HordeCore.doAction('topbarUpdate', { app: this.conf.app, - hash: this.conf.hash + hash: this.conf.hash, + location: window.location.href }, { callback: this.onUpdateTopbar.bind(this), uri: this.conf.URI_AJAX