mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Configured webpack-dev-server
This commit is contained in:
parent
8eb7d65b74
commit
ff78c72d54
4 changed files with 156 additions and 124 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
<script type="application/javascript">
|
||||
// Load theme before the preloader is shown
|
||||
document.querySelector(":root").className = JSON.parse(localStorage.getItem("options")).theme;
|
||||
document.querySelector(":root").className = (JSON.parse(localStorage.getItem("options")) || {}).theme;
|
||||
|
||||
// Define loading messages
|
||||
const loadingMsgs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue