mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
finish initial rework of profile page with meta pagination
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
/*
|
||||
* load context of chat
|
||||
*/
|
||||
$(document).off('click', '.client-message');
|
||||
$(document).on('click', '.client-message', function (e) {
|
||||
showLoader();
|
||||
const location = $(this);
|
||||
@ -33,6 +34,7 @@
|
||||
/*
|
||||
* load info on ban/flag
|
||||
*/
|
||||
$(document).off('click', '.automated-penalty-info-detailed');
|
||||
$(document).on('click', '.automated-penalty-info-detailed', function (e) {
|
||||
showLoader();
|
||||
const location = $(this).parent();
|
||||
|
Reference in New Issue
Block a user