add unban subnet command and subnet list interaction

This commit is contained in:
RaidMax
2022-10-24 18:54:48 -05:00
parent 973ea83ab9
commit dbca3675ba
2 changed files with 85 additions and 4 deletions

View File

@ -98,7 +98,8 @@ $(document).ready(function () {
let actionKeys = actionId === undefined ? '' : `?id=${actionId}`;
if (actionMeta !== undefined) {
actionKeys = actionKeys + '&meta=' + JSON.stringify(actionMeta);
const and = actionKeys === '' ? '?' : '&';
actionKeys = actionKeys + and + 'meta=' + JSON.stringify(actionMeta);
}
showLoader();