mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 17:46:53 -04:00
Merge b2cfe27a05
into f1fe0b944f
This commit is contained in:
commit
459f637725
3 changed files with 19 additions and 0 deletions
|
@ -323,6 +323,11 @@ module.exports = function (grunt) {
|
|||
// Add Google Analytics code to index.html
|
||||
content = content.replace("</body></html>",
|
||||
grunt.file.read("src/web/static/ga.html") + "</body></html>");
|
||||
|
||||
// Add Google Translate code to index.html
|
||||
content = content.replace("<!-- Google Translate placeholder -->",
|
||||
grunt.file.read("src/web/static/gt.html"));
|
||||
|
||||
return grunt.template.process(content);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue