mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 13:06:19 +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) {
|
||||
handleLogin(accountId);
|
||||
}
|
||||
setInterval(refreshPublicStats, 5000);
|
||||
//setInterval(refreshPublicStats, 5000);
|
||||
});
|
||||
|
||||
async function refreshPublicStats() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue