mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
fixed minification and bundling
template tweaks
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
let count = 1;
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
if (typeof clientInfo === 'undefined') {
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
Expand alias tab if they have any
|
||||
*/
|
||||
@ -66,9 +71,6 @@ $(document).ready(function () {
|
||||
if (response.isp.length > 0) {
|
||||
$('#mainModal .modal-body').append("ISP — " + response.isp + '<br/>');
|
||||
}
|
||||
if (response.ipType.length > 0) {
|
||||
$('#mainModal .modal-body').append("Type — " + response.ipType + '<br/>');
|
||||
}
|
||||
if (response.org.length > 0) {
|
||||
$('#mainModal .modal-body').append("Organization — " + response.org + '<br/>');
|
||||
}
|
||||
|
Reference in New Issue
Block a user