mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
don't refresh scoreboard on every page. though I fixed this already...
This commit is contained in:
@ -15,6 +15,8 @@ $(document).ready(() => {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setInterval(refreshScoreboard, 5000);
|
||||||
|
|
||||||
$(window.location.hash).tab('show');
|
$(window.location.hash).tab('show');
|
||||||
$(`${window.location.hash}_nav`).addClass('active');
|
$(`${window.location.hash}_nav`).addClass('active');
|
||||||
|
|
||||||
@ -32,5 +34,3 @@ function setupDataSorting() {
|
|||||||
refreshScoreboard();
|
refreshScoreboard();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(refreshScoreboard, 5000);
|
|
||||||
|
Reference in New Issue
Block a user