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', () => {
|
// document.getElementById('btnManagePrompts').addEventListener('click', () => {
|
||||||
openTab('/pages/customprompts/mzta-custom-prompts.html');
|
// openTab('/pages/customprompts/mzta-custom-prompts.html');
|
||||||
});
|
// });
|
||||||
|
|
||||||
}, { once: true });
|
}, { once: true });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue