summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 18:46:08 +0800
committerWu Cheng-Han2015-09-25 18:46:08 +0800
commit529c5f6c1356206ccb87f30db35c3886a17f5ad3 (patch)
tree85b428b231356992ebfb004ada89d688a26f2e05 /public/views/head.ejs
parentb86a695f9c78d7698aa3617af520454401977163 (diff)
Added support of resizable editor
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs1
1 files changed, 1 insertions, 0 deletions
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">