From 35d97d42c5305b53453c0ed06c68a79cb08c5b6e Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 29 Jul 2019 01:09:12 +0900 Subject: [PATCH] Fix: context func is pollted --- app/js/tl/datails.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/tl/datails.js b/app/js/tl/datails.js index cebb7f7b..52795d2a 100644 --- a/app/js/tl/datails.js +++ b/app/js/tl/datails.js @@ -82,7 +82,7 @@ function details(id, acct_id, tlid, mode) { } else { $("#tootmodal").attr("data-user", scn); } - context(id, acct_id); + getContext(id, acct_id); var dom = null; if (!local) { 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 at = localStorage.getItem("acct_" + acct_id + "_at"); if (localStorage.getItem("mode_" + domain) == "misskey") {