Banners and template options added through webpack

This commit is contained in:
n1474335 2017-03-22 16:55:21 +00:00
parent df15826912
commit c9910a8ddb
5 changed files with 21 additions and 44 deletions

View file

@ -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";
};