aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-09 14:34:45 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-09 14:34:45 +0100
commit8d5bccc8984618c9282e9592882835819306fa07 (patch)
tree173a9e1c0317a1dce656afaef9979b18cef75c2b /src/client
parent3989338f0fc2bd394716b4199192b869b8e9bf3b (diff)
Send basis schedule week to client
Diffstat (limited to 'src/client')
-rw-r--r--src/client/views/index.jade3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/index.jade b/src/client/views/index.jade
index 9e9d713..89a2256 100644
--- a/src/client/views/index.jade
+++ b/src/client/views/index.jade
@@ -8,5 +8,8 @@ block content
block scripts
script.
+ !{flagsStr}
!{usersStr}
+ !{dailyScheduleWeeksStr}
+ !{basisScheduleWeeksStr}
script(src='/bundle.js')