Close #860.
This commit is contained in:
parent
363ea695d7
commit
0b48315ee7
@ -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) {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user