master
kek7198 2021-12-19 14:43:31 -06:00
parent 8d0fc2ae52
commit a4000270f2
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@
<script>function formkey() {return '{{v.formkey}}';}</script>
<script>
var previousTheme = {{ v.theme }}.split(' ');
var previousTheme = '{{ v.theme }}'.split(' ');
function changeTheme(theme) {
const body = document.body;
// if previous selection has a value, remove them from body tag