Fix: context func is pollted

This commit is contained in:
Cutls 2019-07-29 01:09:12 +09:00
parent 4fa7d07500
commit 35d97d42c5

View File

@ -82,7 +82,7 @@ function details(id, acct_id, tlid, mode) {
} else { } else {
$("#tootmodal").attr("data-user", scn); $("#tootmodal").attr("data-user", scn);
} }
context(id, acct_id); getContext(id, acct_id);
var dom = null; var dom = null;
if (!local) { if (!local) {
dom = scn.replace(/.+@/g, ''); dom = scn.replace(/.+@/g, '');
@ -156,7 +156,7 @@ function replyTL(id, acct_id) {
} }
//コンテクストってなんですか //コンテクストってなんですか
function context(id, acct_id) { function getContext(id, acct_id) {
var domain = localStorage.getItem("domain_" + acct_id); var domain = localStorage.getItem("domain_" + acct_id);
var at = localStorage.getItem("acct_" + acct_id + "_at"); var at = localStorage.getItem("acct_" + acct_id + "_at");
if (localStorage.getItem("mode_" + domain) == "misskey") { if (localStorage.getItem("mode_" + domain) == "misskey") {