diff --git a/js/script.js b/js/script.js index 63a226f..06e03e3 100644 --- a/js/script.js +++ b/js/script.js @@ -166,6 +166,7 @@ const encoding = rsg.getEncoding(); if (encoding === 'Base64') { + command = rsg.insertParameters(command, (text) => text) command = btoa(command) } else { function encoder(string) {