From 6b6d49313d6ccae2ce82145d8df3fe6840b7ed20 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 10 Apr 2014 04:49:41 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- program/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 7f19382..5fe5870 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6861,7 +6861,7 @@ this.goto_url = function(action, query, lock) { - this.redirect(this.url(action, query)); + this.redirect(this.url(action, query), lock); }; this.location_href = function(url, target, frame) -- Gitblit v1.9.1