mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 21:16:17 +01:00
disabled chart refreshes
This commit is contained in:
parent
bc1371a7c9
commit
1a173a699a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ window.addEventListener('load', () => {
|
||||||
if (accountId) {
|
if (accountId) {
|
||||||
handleLogin(accountId);
|
handleLogin(accountId);
|
||||||
}
|
}
|
||||||
setInterval(refreshPublicStats, 5000);
|
//setInterval(refreshPublicStats, 5000);
|
||||||
});
|
});
|
||||||
|
|
||||||
async function refreshPublicStats() {
|
async function refreshPublicStats() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue