1
0

More scripting stuff

This commit is contained in:
devenblake
2020-10-22 11:28:31 -04:00
parent 0084a90ddb
commit 41f955e7ff
2 changed files with 17 additions and 20 deletions

View File

@@ -10,7 +10,6 @@
<BODY>
<SCRIPT src="/main.js"></SCRIPT>
<SCRIPT>
function setStyling(sheet) { document.getElementById('styling').setAttribute('href', sheet); return sheet; }
var sheet = getCookie('sheet');
if(sheet != '') setStyling(sheet);
</SCRIPT>