Fix: toggle actions of toots

This commit is contained in:
Cutls 2019-08-24 01:09:40 +09:00
parent 025b60e564
commit c656bc4bb6

View File

@ -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 + "]";
}