fix types
This commit is contained in:
parent
7ac7399dcf
commit
0fb9f392d7
@ -164,6 +164,7 @@ onready(function(){
|
||||
replyBox.hide();
|
||||
$(".post").each(function(_, elem) {
|
||||
var replyInfo = {
|
||||
show: false,
|
||||
url: (prefix || "/") + "post/" + elem.dataset.newsgroup + "/json",
|
||||
reference: elem.dataset.rootmsgid,
|
||||
board: elem.dataset.newsgroup,
|
||||
|
Reference in New Issue
Block a user