diff --git a/src/core/Recipe.mjs b/src/core/Recipe.mjs index 86265b65..2af347cd 100755 --- a/src/core/Recipe.mjs +++ b/src/core/Recipe.mjs @@ -4,7 +4,6 @@ * @license Apache-2.0 */ -// @TODO: NTS return this to original? ( it breaks dev though ) // import OperationConfig from "./config/OperationConfig.json" assert {type: "json"}; import OperationConfig from "./config/OperationConfig.json"; import OperationError from "./errors/OperationError.mjs"; diff --git a/src/core/lib/Magic.mjs b/src/core/lib/Magic.mjs index 8a57969a..5dab70bb 100644 --- a/src/core/lib/Magic.mjs +++ b/src/core/lib/Magic.mjs @@ -1,4 +1,3 @@ -// @TODO: NTS return this to original? ( it breaks dev though ) // import OperationConfig from "../config/OperationConfig.json" assert {type: "json"}; import OperationConfig from "../config/OperationConfig.json"; import Utils, { isWorkerEnvironment } from "../Utils.mjs"; diff --git a/src/web/App.mjs b/src/web/App.mjs index 92d1277a..f6bfa4c3 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -59,7 +59,6 @@ class App { setup() { document.dispatchEvent(this.manager.appstart); - // @TODO: add a window resize listener if ( window.innerWidth >= this.breakpoint ) { this.initialiseSplitter(); this.setCompileMessage(); diff --git a/src/web/html/index.html b/src/web/html/index.html index 66c08ecf..b5d793a9 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -198,7 +198,6 @@ data-help="
The Operations list contains all the operations in CyberChef arranged into categories. Some operations may be present in multiple categories. You can search for operations using the search box.
To use an operation, either double click it, or drag it into the Recipe pane. You will then be able to configure its arguments (or 'Ingredients' in CyberChef terminology).
"> Operations -