mirror of
https://github.com/gchq/CyberChef
synced 2025-12-18 01:03:47 +00:00
Configured webpack-dev-server
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user