diff options
author | Yukai Huang | 2016-10-12 18:14:39 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-12 18:14:39 +0800 |
commit | d5d9607c1724a6c72f45e0618213aaa7364c9557 (patch) | |
tree | 855128dfb364f2d1a30492f42e9f53743283edd4 /public/js | |
parent | 6b6b534866fe4a5d90413349f2276dea7f25214d (diff) |
Fix stylesheet ordering
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/public.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/js/public.js b/public/js/public.js index e194fa79..83d94144 100644 --- a/public/js/public.js +++ b/public/js/public.js @@ -1,9 +1,3 @@ -/* include jquery ui */ -require('jquery-ui/ui/widgets/resizable'); -require('jquery-ui/ui/widgets/tooltip'); -require('jquery-ui/ui/widgets/controlgroup'); -require('jquery-ui/ui/widgets/autocomplete'); - /* jquery and jquery plugins */ require('../vendor/showup/showup'); |