summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/views/foot.ejs1
-rw-r--r--public/views/head.ejs1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index 9effd293..bdd5f55e 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -13,6 +13,7 @@
<script src="/vendor/greensock-js/TweenMax.min.js" defer></script>
<script src="/vendor/greensock-js/jquery.gsap.min.js" defer></script>
<% } %>
+<script src="/vendor/jquery-ui/jquery-ui.min.js" defer></script>
<!--codemirror-->
<script src="/vendor/codemirror/codemirror.min.js" defer></script>
<script src="/vendor/inlineAttachment/inline-attachment.js" defer></script>
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 816c2a26..4657ecac 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -16,6 +16,7 @@
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/bootstrap-social.css">
<% } %>
+<link rel="stylesheet" href="/vendor/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="/vendor/codemirror/addon/fold/foldgutter.css">
<link rel="stylesheet" href="/vendor/codemirror/addon/dialog/dialog.css">