summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-12-29 20:04:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-12-29 20:04:57 +0100
commit6cbca0461e464953ddf4884bf4c4e652dd1fcddd (patch)
treea801d2865e581fffef3c2a72c0224b788ea23951 /haunt.scm
parentc114ff90f5589e4c97738893d2477eed7bd10f94 (diff)
Remove JavaScript stuff.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index 91e9e81..b28e07b 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -192,11 +192,9 @@ in parentheses."
(href "/css/screen.css")))
(link (@ (rel "shortcut icon")
(href "https://elephly.net/favicon.ico")))
- (script (@ (type "text/javascript") (src "/js/libs/jquery-1.6.2.min.js")))
(script (@ (type "text/javascript") (src "/js/deobfuscate.js")))
(script (@ (type "text/javascript") (src "/js/hyphenator/Hyphenator.js")))
- (script (@ (type "text/javascript")) "Hyphenator.run();")
- (script (@ (type "text/javascript") (src "/js/loadComments.js"))))
+ (script (@ (type "text/javascript")) "Hyphenator.run();"))
(body (@ (id "top"))
(div (@ (id "index"))
(a (@ (href "/") (title "show index"))