fix: #11773, fix create token button

isekai-main
Barış Soner Uşaklı 2 years ago
parent 4045681aa7
commit 64d3018286

@ -13,6 +13,8 @@ define('admin/settings/api', ['settings', 'clipboard', 'bootbox', 'benchpress',
const copyEls = document.querySelectorAll('[data-component="acp/tokens"] [data-action="copy"]');
new clipboard(copyEls);
$('[data-action="create"]').on('click', handleTokenCreation);
handleActions();
};
@ -28,10 +30,6 @@ define('admin/settings/api', ['settings', 'clipboard', 'bootbox', 'benchpress',
const action = subselector.getAttribute('data-action');
switch (action) {
case 'create':
handleTokenCreation();
break;
case 'edit':
handleTokenUpdate(subselector);
break;

Loading…
Cancel
Save