mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
finish implementation of per server top stats page
This commit is contained in:
@ -4,11 +4,11 @@ let isLoaderLoading = false;
|
||||
let loadUri = '';
|
||||
let loaderResponseId = '';
|
||||
|
||||
function initLoader(location, loaderId, count = 10) {
|
||||
function initLoader(location, loaderId, count = 10, start = count) {
|
||||
loadUri = location;
|
||||
loaderResponseId = loaderId;
|
||||
loadCount = count;
|
||||
loaderOffset = count;
|
||||
loaderOffset = start;
|
||||
setupListeners();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user