Fix: close tabs on acct/settings
This commit is contained in:
parent
fffc94fbdd
commit
8f76c9b09d
|
@ -889,4 +889,8 @@ input.addEventListener("focus", function () {
|
||||||
|
|
||||||
input.addEventListener("blur", function () {
|
input.addEventListener("blur", function () {
|
||||||
window.clearInterval(timer);
|
window.clearInterval(timer);
|
||||||
}, false);
|
}, false);
|
||||||
|
//acctで未読マーカーは要らない
|
||||||
|
function asReadEnd() {
|
||||||
|
postMessage(["asReadComp", ""], "*")
|
||||||
|
}
|
|
@ -694,4 +694,7 @@ window.onload = function () {
|
||||||
oksload();
|
oksload();
|
||||||
ctLoad()
|
ctLoad()
|
||||||
};
|
};
|
||||||
|
//設定画面で未読マーカーは要らない
|
||||||
|
function asReadEnd() {
|
||||||
|
postMessage(["asReadComp", ""], "*")
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user