summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorYukai Huang2016-10-11 17:15:06 +0800
committerYukai Huang2016-10-11 17:15:06 +0800
commit56c5378939c6498d0440b3ed76a604523678073f (patch)
treea2ba61a6099a3192673687f22fb43bda2e198b5b /public/js/index.js
parentd3315506dcb72ea4702842198d5c5c77549ed88b (diff)
Optimize viz.js async rendering through webpack chunk
Diffstat (limited to '')
-rw-r--r--public/js/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 4bce2ff0..2d3c2965 100644
--- a/public/js/index.js
+++ b/public/js/index.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');