mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
fix copy paste error in penalty loader
start allowing color codes from ingame
This commit is contained in:
@ -67,8 +67,8 @@ if ($('#penalty_table').length === 1) {
|
||||
|
||||
$document.ready(function () {
|
||||
$window
|
||||
.off('scroll', PenaltyScrollHandle)
|
||||
.on('scroll', PenaltyScrollHandle);
|
||||
.off('scroll', PenaltyScrollHandler)
|
||||
.on('scroll', PenaltyScrollHandler);
|
||||
|
||||
$('#load_penalties_button').click(function () {
|
||||
loadMorePenalties();
|
||||
|
Reference in New Issue
Block a user