aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:52:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-01 13:52:46 +0200
commitddf6e90fe171130b5497f31faa79978319aa8c92 (patch)
tree66495499d5bd4093002133df160743830f8b6efb /module/output/html.scm
parentMerge branch 'master' into tooltip (diff)
downloadcalp-ddf6e90fe171130b5497f31faa79978319aa8c92.tar.gz
calp-ddf6e90fe171130b5497f31faa79978319aa8c92.tar.xz
Setup local mirroring of frontend libs.
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index fb771507..ee733ab7 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -626,14 +626,14 @@
(content ,(date->string start-date "~s"))))
(meta (@ (name end-time)
(content ,(date->string (date+ end-date (date day: 1)) "~s"))))
- ,(include-css "http://gandalf.adrift.space:8000/tipped/dist/css/tipped.css")
+ ,(include-css "/static/tipped-4.7.0/dist/css/tipped.css")
,(include-css "/static/style.css")
,(include-alt-css "/static/dark.css" '(title "Dark"))
,(include-alt-css "/static/light.css" '(title "Light"))
- (script (@ (src "https://code.jquery.com/jquery-3.1.1.min.js")) "")
- (script (@ (src "http://gandalf.adrift.space:8000/tipped/dist/js/tipped.min.js")) "")
+ (script (@ (src "/static/jquery-3.1.1.min.js")) "")
+ (script (@ (src "/static/tipped-4.7.0/dist/js/tipped.min.js")) "")
(script (@ (src "/static/script.js")) "")
(style ,(format #f "~:{.CAL_~a { background-color: ~a; color: ~a }~%.CAL_bg_~a { border-color: ~a }~%~}"