This commit is contained in:
Nicolas Stepien 2012-12-16 12:25:44 +01:00
parent 363ea695d7
commit 0b48315ee7
2 changed files with 4 additions and 0 deletions

View File

@ -1633,6 +1633,9 @@
},
open: function(thread, tab) {
var id, url;
if (g.REPLY) {
return;
}
id = thread.id.slice(1);
url = "//boards.4chan.org/" + g.BOARD + "/res/" + id;
if (tab) {

View File

@ -1256,6 +1256,7 @@ Keybinds =
$('textarea', QR.el).focus()
open: (thread, tab) ->
return if g.REPLY
id = thread.id[1..]
url = "//boards.4chan.org/#{g.BOARD}/res/#{id}"
if tab