mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-08 08:04:26 +00:00
fix #106
This commit is contained in:
parent
490f9e4000
commit
f63975f949
|
@ -36,7 +36,7 @@ function postClick(e) {
|
|||
data.append("op", "read_post")
|
||||
data.append("submit", "mark read")
|
||||
data.append("xhr", "1")
|
||||
data.append("postid", bdy.parentNode.parentNode.id.slice(1))
|
||||
data.append("postid", bdy.parentNode.id.slice(1))
|
||||
request("", data)
|
||||
}
|
||||
if (id = parseYoutube(url)) {
|
||||
|
|
Loading…
Reference in a new issue