From d880d1989d0ab2a13049632ec92fda0ecbc9760a Mon Sep 17 00:00:00 2001 From: abcang Date: Thu, 16 Aug 2018 13:14:48 +0900 Subject: [PATCH] =?UTF-8?q?TL=E3=81=AB=E3=83=88=E3=82=A5=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=8C=E3=81=AA=E3=81=84=E5=A0=B4=E5=90=88=E3=81=AF=E7=B6=9A?= =?UTF-8?q?=E3=81=8D=E3=82=92=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BE=E3=81=AA?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/js/tl/tl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/tl/tl.js b/app/js/tl/tl.js index e603cd1c..ef58c7b1 100644 --- a/app/js/tl/tl.js +++ b/app/js/tl/tl.js @@ -306,7 +306,7 @@ function moreload(type, tlid) { var data=obj[tlid].data; } var sid = $("#timeline_" + tlid + " .cvo").last().attr("unique-id"); - if (localStorage.getItem("morelock") != sid) { + if (sid && localStorage.getItem("morelock") != sid) { localStorage.setItem("morelock", sid); if (type == "mix" && localStorage.getItem("domain_" + acct_id)!="misskey.xyz") { mixmore(tlid,"integrated"); @@ -555,4 +555,4 @@ function icon(type) { }else if (type == "mix") { return "share" } -} \ No newline at end of file +}