summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-12-06 10:09:37 +0100
committermsquare <msquare@notrademark.de>2016-12-13 17:59:42 +0100
commit5fea199b548960a6f8f8b4f06619187cc4c74f20 (patch)
tree150e5e58290ee2c9c18a2563166ad703540da8c3 /templates
parent2f0a63a4a1e01489caba8e2e7fc1832c56caab0d (diff)
no scroll handler, wenn no shift calendar
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index f6ae0273..6a1ddb5d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -48,6 +48,6 @@
});
</script>
<script type="text/javascript" src="js/moment-countdown.js"></script>
- <script type="text/javascript" src="js/shift-calendar.js"></script>
+ <script type="text/javascript" src="js/sticky-headers.js"></script>
</body>
</html>