TheDesk Usain (18.10.1)

This commit is contained in:
Cutls
2019-09-22 20:36:11 +09:00
parent c5c996cb7a
commit c9cf89adeb
7 changed files with 20 additions and 19 deletions

View File

@@ -100,10 +100,10 @@ function notfColumn(acct_id, tlid, sys) {
todc();
//Markers
var markers = localStorage.getItem("markers");
if (markers == "no") {
markers = false;
if (markers == "yes") {
markers = true;
} else {
markers = true
markers = false
}
if (markers) {
getMarker(tlid, "notf", acct_id)

View File

@@ -153,10 +153,10 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
if (type == "home" || type == "notf") {
//Markers
var markers = localStorage.getItem("markers");
if (markers == "no") {
markers = false;
if (markers == "yes") {
markers = true;
} else {
markers = true
markers = false
}
if (markers) {
getMarker(tlid, type, acct_id)

View File

@@ -217,10 +217,10 @@ function parseColumn(target, dontclose) {
unread = ""
}
var markers = localStorage.getItem("markers");
if (markers == "no") {
markers = false;
if (markers == "yes") {
markers = true;
} else {
markers = true
markers = false
}
if (!markers) {
unread = ""