Update ControlsWaiter.js
This commit is contained in:
parent
9055fc72d2
commit
83878d6b05
@ -355,9 +355,11 @@ ControlsWaiter.prototype.supportButtonClick = function() {
|
|||||||
const reportBugInfo = document.getElementById("report-bug-info");
|
const reportBugInfo = document.getElementById("report-bug-info");
|
||||||
const saveLink = this.generateStateUrl(true, true, null, "https://gchq.github.io/CyberChef/");
|
const saveLink = this.generateStateUrl(true, true, null, "https://gchq.github.io/CyberChef/");
|
||||||
|
|
||||||
reportBugInfo.innerHTML = "* CyberChef compile time: " + COMPILE_TIME + "\n" +
|
if (reportBugInfo) {
|
||||||
"* User-Agent: \n" + navigator.userAgent + "\n" +
|
reportBugInfo.innerHTML = "* CyberChef compile time: " + COMPILE_TIME + "\n" +
|
||||||
"* [Link to reproduce](" + saveLink + ")\n\n";
|
"* User-Agent: \n" + navigator.userAgent + "\n" +
|
||||||
|
"* [Link to reproduce](" + saveLink + ")\n\n";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ControlsWaiter;
|
export default ControlsWaiter;
|
||||||
|
Loading…
Reference in New Issue
Block a user