fix penalty list javascript loading duplicates
make bad GUID parse throw an exception so we don't have a client connect with GUID of 0 no longer print out ac debug messages fix small issue of trying to parse empty chat messages fix issue with set level on accounts with multi guid, same IP
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
let offset = 12;
|
||||
let offset = 15;
|
||||
let isLoading = false;
|
||||
|
||||
function loadMorePenalties() {
|
||||
@ -21,17 +21,15 @@ function loadMorePenalties() {
|
||||
errorLoader();
|
||||
isLoading = false;
|
||||
});
|
||||
offset += 12;
|
||||
offset += 15;
|
||||
}
|
||||
|
||||
if ($('#penalty_table').length === 1) {
|
||||
|
||||
$('#penalty_filter_selection').change(function() {
|
||||
// if (offset === 0) {
|
||||
location = location.href.split('?')[0] + "?showOnly=" + $('#penalty_filter_selection').val();
|
||||
// }
|
||||
});
|
||||
/*
|
||||
/*
|
||||
https://stackoverflow.com/questions/19731730/jquery-js-detect-users-scroll-attempt-without-any-window-overflow-to-scroll
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user