Thomas Bruederli
2014-04-10 45924a1a8a3a8fdaf5a04511ece3db344d63a42f
Foward locking parameter
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
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)