mirror of
https://github.com/gchq/CyberChef
synced 2026-01-05 01:53:36 +00:00
Fix some more autobake weirdness.
Input passed in the URL is now set on load. Added a new progress bar.
This commit is contained in:
@@ -127,7 +127,7 @@ self.autoBake = function(inputNum) {
|
||||
data: {
|
||||
input: inputData,
|
||||
inputNum: parseInt(inputNum, 10),
|
||||
override: true
|
||||
override: false
|
||||
}
|
||||
});
|
||||
self.postMessage({
|
||||
|
||||
Reference in New Issue
Block a user