mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 09:33:21 +00:00
Merge branch 'master' into artemisbot-module-charts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import "babel-polyfill";
|
||||
import Chef from "./Chef";
|
||||
import OperationConfig from "./config/OperationConfig.json";
|
||||
import OpModules from "./config/modules/OpModules";
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import "babel-polyfill";
|
||||
|
||||
// Define global environment functions
|
||||
global.ENVIRONMENT_IS_WORKER = function() {
|
||||
|
||||
@@ -95,7 +95,7 @@ class SeasonalWaiter {
|
||||
}
|
||||
|
||||
if (!this.app.options.clippy) {
|
||||
this.clippyTimeouts.forEach(t => clearTimeout(t));
|
||||
if (this.clippyTimeouts) this.clippyTimeouts.forEach(t => clearTimeout(t));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
import "./stylesheets/index.js";
|
||||
|
||||
// Libs
|
||||
import "babel-polyfill";
|
||||
import "arrive";
|
||||
import "snackbarjs";
|
||||
import "bootstrap-material-design";
|
||||
|
||||
Reference in New Issue
Block a user