feat: new encoder (wip)

This commit is contained in:
Jamie Peabody
2023-08-27 11:16:37 +01:00
parent cd09815b7d
commit 8c2d68074c
12 changed files with 231 additions and 130 deletions

View File

@@ -298,7 +298,6 @@
rhs.style = 'color:initial';
});
jQuery('#search-text').on('keypress', (ev) => {
console.log(ev.which)
if (event.which === 13) {
ev.preventDefault();
jQuery('#search').click();