mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-01-13 16:18:03 +00:00
Update dash.js
This commit is contained in:
6
dash.js
6
dash.js
@@ -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);
|
||||
}
|
||||
textarea.value = DESCRY[op]['PLAIN'](textarea.value, encoderDropdown.value.split('-')[1]);
|
||||
|
||||
if (op === 'NO') {
|
||||
textarea.select();
|
||||
|
||||
Reference in New Issue
Block a user