diff options
author | Wu Cheng-Han | 2015-09-25 18:46:08 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-25 18:46:08 +0800 |
commit | 529c5f6c1356206ccb87f30db35c3886a17f5ad3 (patch) | |
tree | 85b428b231356992ebfb004ada89d688a26f2e05 /public/views | |
parent | b86a695f9c78d7698aa3617af520454401977163 (diff) |
Added support of resizable editor
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/foot.ejs | 1 | ||||
-rw-r--r-- | public/views/head.ejs | 1 |
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"> |