mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Downloadble version is now a .zip file instead of a single .htm file
This commit is contained in:
parent
b3ae0e577a
commit
8f450501cc
9 changed files with 631 additions and 433 deletions
|
@ -178,7 +178,7 @@ self.loadRequiredModules = function(recipeConfig) {
|
|||
if (!OpModules.hasOwnProperty(module)) {
|
||||
log.info(`Loading ${module} module`);
|
||||
self.sendStatusMessage(`Loading ${module} module`);
|
||||
self.importScripts(`${self.docURL}/${module}.js`);
|
||||
self.importScripts(`${self.docURL}/modules/${module}.js`);
|
||||
self.sendStatusMessage("");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue