2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 05:43:28 +00:00

Added error message for loading errors. Closes #254

This commit is contained in:
n1474335
2018-04-05 15:58:19 +00:00
parent 81e62a6c22
commit c56038a1e2
4 changed files with 58 additions and 5 deletions

View File

@@ -64,3 +64,4 @@ window.compileMessage = COMPILE_MSG;
window.CanvasComponents = CanvasComponents;
document.addEventListener("DOMContentLoaded", main, false);