This commit is contained in:
Nicolas Stepien 2013-02-18 00:28:07 +01:00
parent c77e012a52
commit 7e2061cd3d
2 changed files with 2 additions and 2 deletions

View File

@ -2319,7 +2319,7 @@
window.location = "/" + g.BOARD + "/0#delform";
break;
case Conf['Open front page']:
$.open(url("/" + g.BOARD + "/#delform"));
$.open("/" + g.BOARD + "/#delform");
break;
case Conf['Next page']:
if (form = $('.next form')) {

View File

@ -1080,7 +1080,7 @@ Keybinds =
when Conf['Front page']
window.location = "/#{g.BOARD}/0#delform"
when Conf['Open front page']
$.open url "/#{g.BOARD}/#delform"
$.open "/#{g.BOARD}/#delform"
when Conf['Next page']
if form = $ '.next form'
window.location = form.action