boost-btn

This commit is contained in:
Cutls 2019-07-02 00:31:54 +09:00
parent 41ec66b58a
commit afc5702796

View File

@ -84,10 +84,10 @@ function rt(id, acct_id, remote) {
if ($("[toot-id=" + id + "]").hasClass("rted")) { if ($("[toot-id=" + id + "]").hasClass("rted")) {
$("[toot-id=" + id + "]").removeClass("rted"); $("[toot-id=" + id + "]").removeClass("rted");
$(".rt_" + id).removeClass("teal-text"); $(".rt_" + id).removeClass("light-blue-text");
} else { } else {
$("[toot-id=" + id + "]").addClass("rted"); $("[toot-id=" + id + "]").addClass("rted");
$(".rt_" + id).addClass("teal-text"); $(".rt_" + id).addClass("light-blue-text");
} }
} else { } else {
M.toast({ html: lang.lang_status_btWarn, displayLength: 1000 }) M.toast({ html: lang.lang_status_btWarn, displayLength: 1000 })