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

Commit 1e286dc

Browse files
committed
DB一掃完了。
1 parent ee4e3f4 commit 1e286dc

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ window.addEventListener("DOMContentLoaded", () => {
3838
} catch (error) {
3939
console.warn("Reconnecting...");
4040

41-
if (counter > 20) {
41+
if (counter > 40) {
4242
console.info("Stop reconnecting");
4343
clearInterval(timer);
4444
}

Main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ window.addEventListener("DOMContentLoaded", () => {
1515
base.Database.set("users/" + user.uid, {
1616
gplusName: user.providerData[0].displayName,
1717
gplusPhoto: user.photoURL,
18+
userName: user.providerData[0].displayName,
1819
detail: "",
1920
links: []
2021
});

Top/Top.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ window.addEventListener("DOMContentLoaded", () => {
44
if (thread !== "System") return true;
55
});
66

7-
DOM("#Top_ThreadQuantity").textContent = res.length;
7+
DOM("#Top_ThreadQuantity").textContent = res.length - 1;
88
});
99
});

0 commit comments

Comments
 (0)