1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

change table design for rating history

This commit is contained in:
RaidMax
2018-05-31 19:17:52 -05:00
parent dca4d10967
commit 76d15e488e
10 changed files with 283 additions and 401 deletions

View File

@ -23,6 +23,7 @@ function loadMoreItems() {
if (response.trim().length === 0) {
staleLoader();
}
$(document).trigger("loaderFinished", response);
hideLoader();
isLoaderLoading = false;
})