summaryrefslogtreecommitdiff
path: root/public/views/index/footer.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/index/footer.ejs')
-rw-r--r--public/views/index/footer.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/index/footer.ejs b/public/views/index/footer.ejs
index 638f4930..c9532f6d 100644
--- a/public/views/index/footer.ejs
+++ b/public/views/index/footer.ejs
@@ -6,7 +6,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.js" integrity="sha256-HzzZFiY4t0PIv02Tm8/R3CVvLpcjHhO1z/YAUCp4oQ4=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment-with-locales.min.js" integrity="sha256-vvT7Ok9u6GbfnBPXnbM6FVDEO8E1kTdgHOFZOAXrktA=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.8/validator.min.js" integrity="sha256-LHeY7YoYJ0SSXbCx7sR14Pqna+52moaH3bhv0Mjzd/M=" crossorigin="anonymous" defer></script>
-<%- include ../build/cover-scripts %>
+<%- include('../build/cover-scripts') %>
<% } else { %>
-<%- include ../build/cover-pack-scripts %>
-<% } %> \ No newline at end of file
+<%- include('../build/cover-pack-scripts') %>
+<% } %>