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:45:07 +0200 |
commit | d61731e1a37a572a728456c76696268eda9ac471 (patch) | |
tree | 54e9ae91f90f3e239deec3d3871a160507833a1a /program/js/app.js | |
parent | 5381636fc45b59fde9877a41a79da092cdb48cd5 (diff) |
Foward locking parameter
Diffstat (limited to 'program/js/app.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 6d2581a0b..eb86aa9ba 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6816,7 +6816,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) |