addeventlistener commented out
This commit is contained in:
parent
b558fc2ed2
commit
def2cb2372
1 changed files with 3 additions and 3 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue