diff --git a/Gruntfile.js b/Gruntfile.js index eb66ec1a..807853d5 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -431,7 +431,7 @@ module.exports = function(grunt) { }, js: { files: "src/js/**/*.js", - tasks: ["concat:js_all", "chmod:build"] + tasks: ["concat:js", "chmod:build"] }, html: { files: "src/html/**/*.html", @@ -443,7 +443,7 @@ module.exports = function(grunt) { }, grunt: { files: "Gruntfile.js", - tasks: ["clean:dev", "concat:css", "concat:js_all", "copy:html_dev", "copy:static_dev", "chmod:build"] + tasks: ["clean:dev", "concat:css", "concat:js", "copy:html_dev", "copy:static_dev", "chmod:build"] } }, }); diff --git a/build/prod/cyberchef.htm b/build/prod/cyberchef.htm index 81c977cf..d20d14da 100755 --- a/build/prod/cyberchef.htm +++ b/build/prod/cyberchef.htm @@ -95,7 +95,7 @@ if (navigator.userAgent && navigator.userAgent.match(/MSIE \d\d?\./)) { document.write("Internet Explorer is not supported, please use Firefox or Chrome instead"); alert("Internet Explorer is not supported, please use Firefox or Chrome instead"); - }About / SupportOptions