mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 08:43:43 +00:00
Added BCD operations with tests
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"use strict";
|
||||
|
||||
// Load theme before the preloader is shown
|
||||
document.querySelector(":root").className = JSON.parse(localStorage.getItem("options")).theme;
|
||||
try {
|
||||
document.querySelector(":root").className = JSON.parse(localStorage.getItem("options")).theme;
|
||||
} catch (e) {}
|
||||
|
||||
// Define loading messages
|
||||
const loadingMsgs = [
|
||||
|
||||
Reference in New Issue
Block a user