Update dash.js

This commit is contained in:
2025-09-12 00:50:40 -07:00
parent add805e2e4
commit c96554a08a

View File

@@ -50,11 +50,7 @@ function ACT(event) {
}
const op = event.target.id === 'encodeButton' ? 'NO' : 'YES';
try {
textarea.value = DESCRY[op]['PLAIN'](textarea.value, encoderDropdown.value.split('-')[1]);
} catch (e) {
console.log(e);
}
if (op === 'NO') {
textarea.select();