Fix: toggle actions of toots
This commit is contained in:
parent
025b60e564
commit
c656bc4bb6
|
@ -499,7 +499,9 @@ function staEx(mode) {
|
|||
}
|
||||
function toggleAction(id, tlid, acct_id) {
|
||||
if (tlid == "notf") {
|
||||
var tlide = "[data-notf=" + acct_id + "]";
|
||||
var tlide = "[data-acct=" + acct_id + "] .notf-timeline";
|
||||
} else if (tlid == "user") {
|
||||
var tlide = "#his-tl-contents";
|
||||
} else {
|
||||
var tlide = "[tlid=" + tlid + "]";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user