mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 06:43:26 +00:00
Merge remote-tracking branch 'upstream/master' into multiple-input-files
This commit is contained in:
@@ -181,7 +181,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("");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user