mirror of
https://github.com/gchq/CyberChef
synced 2025-12-16 00:04:20 +00:00
Added 'Report a bug' tab to the 'About/Support' pane.
This commit is contained in:
@@ -43,7 +43,7 @@ var main = function() {
|
||||
// Fix issues with browsers that don't support console.log()
|
||||
window.console = console || {log: function() {}, error: function() {}};
|
||||
|
||||
window.compileTime = moment.tz("<%= grunt.template.today() %>", "ddd MMM D YYYY HH:mm:ss", "UTC").valueOf();
|
||||
window.compileTime = moment.tz("<%= compileTime %>", "DD/MM/YYYY HH:mm:ss z", "UTC").valueOf();
|
||||
window.compileMessage = "<%= compileMsg %>";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", main, false);
|
||||
|
||||
Reference in New Issue
Block a user