addeventlistener commented out

This commit is contained in:
mic 2026-01-03 00:22:24 +01:00
parent b558fc2ed2
commit def2cb2372

View file

@ -220,9 +220,9 @@ document.addEventListener('DOMContentLoaded', async () => {
};
}
document.getElementById('btnManagePrompts').addEventListener('click', () => {
openTab('/pages/customprompts/mzta-custom-prompts.html');
});
// document.getElementById('btnManagePrompts').addEventListener('click', () => {
// openTab('/pages/customprompts/mzta-custom-prompts.html');
// });
}, { once: true });