mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Banners and template options added through webpack
This commit is contained in:
parent
df15826912
commit
c9910a8ddb
5 changed files with 21 additions and 44 deletions
|
@ -354,7 +354,7 @@ ControlsWaiter.prototype.supportButtonClick = function() {
|
|||
var reportBugInfo = document.getElementById("report-bug-info"),
|
||||
saveLink = this.generateStateUrl(true, true, null, "https://gchq.github.io/CyberChef/");
|
||||
|
||||
reportBugInfo.innerHTML = "* CyberChef compile time: <%= compileTime %>\n" +
|
||||
reportBugInfo.innerHTML = "* CyberChef compile time: " + COMPILE_TIME + "\n" +
|
||||
"* User-Agent: \n" + navigator.userAgent + "\n" +
|
||||
"* [Link to reproduce](" + saveLink + ")\n\n";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue