Skip to content
This repository was archived by the owner on May 13, 2018. It is now read-only.

Commit 29c4d7d

Browse files
committed
システム用文字列を変更
1 parent f227a37 commit 29c4d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Thread/Thread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ window.addEventListener("DOMContentLoaded", () => {
66

77
base.Database.get(base.Database.ONCE, "threads", (res) => {
88
res = res.filter((thread, index, parent) => {
9-
if (thread !== "System") {
9+
if (thread !== "SYSTEM") {
1010
thread.tid = index;
1111
return true;
1212
}

0 commit comments

Comments
 (0)