mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-09-18 10:05:44 +00:00
feat(ui): add Sign toggle and adjust selector widths
This commit is contained in:
3
dash.js
3
dash.js
@@ -7,6 +7,9 @@ const encoderDropdown = document.getElementById('encoder');
|
||||
const cipherDropdown = document.getElementById('cipher');
|
||||
document.getElementById('encodeButton').addEventListener('click', ACT);
|
||||
document.getElementById('decodeButton').addEventListener('click', ACT);
|
||||
document.getElementById('sign').addEventListener('click', e =>
|
||||
e.target.classList.toggle('on')
|
||||
);
|
||||
|
||||
function ACT(event) {
|
||||
if (textarea.value === '') {
|
||||
|
||||
Reference in New Issue
Block a user