mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 02:34:58 -04:00
BUGFIX #24: Invalid favourites loaded from localStorage are now escaped when reported to the user.
This commit is contained in:
parent
8882805830
commit
8b0112229e
5 changed files with 10 additions and 10 deletions
|
@ -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"]
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue