Skip to content

Commit

Permalink
[jan] Fix returning to last page after problem reporting from AJAX pa…
Browse files Browse the repository at this point in the history
…ges (Bug #12112).
  • Loading branch information
yunosh committed Jan 18, 2016
1 parent 65e1d75 commit e2a5272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion horde/js/topbar.js
Expand Up @@ -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
Expand Down

0 comments on commit e2a5272

Please sign in to comment.