summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-15 19:35:58 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-15 19:35:58 +0100
commit07d17ee13777c1ea5ce00b26437ff4e778e19b22 (patch)
treecb71a39fc6dcad48fc308601f7ccbae579403ca8 /index.html
parentae2f16b29559d46abc398e1f6a0b290e75af862d (diff)
Move template handling code into a separate file
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8bc8163..9b37a2f 100644
--- a/index.html
+++ b/index.html
@@ -546,6 +546,7 @@
<!-- codeq app cont. -->
<script src="js/codeq/init.js"></script>
<script src="js/codeq/misc.js"></script>
+ <script src="js/codeq/template.js"></script>
<script src="js/codeq/translation.js"></script>
<script src="js/codeq/navigation.js"></script>
<script src="js/codeq/comms.js"></script>