aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/index.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/index.handlebars')
-rw-r--r--src/client/views/index.handlebars5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/index.handlebars b/src/client/views/index.handlebars
index 5105439..93eccf1 100644
--- a/src/client/views/index.handlebars
+++ b/src/client/views/index.handlebars
@@ -28,10 +28,7 @@
<body>
<div id="root"></div>
<script>
- {{{ flagsStr }}}
- {{{ usersStr }}}
- {{{ dailyScheduleWeeksStr }}}
- {{{ basisScheduleWeeksStr }}}
+ var USERS = {{{ usersStr }}};
</script>
<script src="/bundle.js"></script>
</body>