diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-04-10 10:40:18 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-10 10:40:18 +0200 |
commit | 45924a1a8a3a8fdaf5a04511ece3db344d63a42f (patch) | |
tree | f814a80538ba0546def0dd3f7f2f8dd0d1e99e0f /program/js | |
parent | eddaf0b5f68c9863181b62db33bc468d38071e8a (diff) |
Foward locking parameter
Diffstat (limited to 'program/js')
-rw-r--r-- | 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 7f19382e0..5fe58702d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6861,7 +6861,7 @@ function rcube_webmail() 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) |