summaryrefslogtreecommitdiff
path: root/js/toggle.js
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-02-27 11:24:25 -0600
committerChris Wells <chris@mathematicaster.org>2025-02-27 11:24:25 -0600
commitaa35c0542348c206c1d95ba576fd981e18f50a33 (patch)
tree780bb22de08c5beab196abd3cebb22f1dc7d4fae /js/toggle.js
parentf2a3c23634c7a5f8c23f68f24ff5dde95d472e16 (diff)
downloadassets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.gz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.bz2
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.lz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.xz
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.tar.zst
assets-aa35c0542348c206c1d95ba576fd981e18f50a33.zip
Added some javascript stuff
Diffstat (limited to 'js/toggle.js')
-rw-r--r--js/toggle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/toggle.js b/js/toggle.js
index 884e0bf..46e4b6a 100644
--- a/js/toggle.js
+++ b/js/toggle.js
@@ -1,4 +1,4 @@
-// @license http://www.wtfpl.net/txt/copying/" WTFPL
+// @license "http://www.wtfpl.net/txt/copying/" WTFPL
function toggle(divid) {
var cont = document.getElementById(divid);