From dc20272217ee7a55fa67a775210cc6138c309c22 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 19 Feb 2013 12:26:51 -0500 Subject: [PATCH] include less jquery-ui, more bootstrap --- src/app/browser.coffee | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/browser.coffee b/src/app/browser.coffee index 881521f19c..2355c74ff4 100644 --- a/src/app/browser.coffee +++ b/src/app/browser.coffee @@ -45,16 +45,15 @@ loadJavaScripts = (model) -> require '../../public/vendor/jquery-ui/ui/jquery.ui.core' require '../../public/vendor/jquery-ui/ui/jquery.ui.widget' require '../../public/vendor/jquery-ui/ui/jquery.ui.mouse' - require '../../public/vendor/jquery-ui/ui/jquery.ui.draggable' - require '../../public/vendor/jquery-ui/ui/jquery.ui.position' require '../../public/vendor/jquery-ui/ui/jquery.ui.sortable' # Bootstrap - require '../../public/vendor/bootstrap/js/bootstrap-tooltip' - require '../../public/vendor/bootstrap/js/bootstrap-tab' - require '../../public/vendor/bootstrap/js/bootstrap-popover' - require '../../public/vendor/bootstrap/js/bootstrap-modal' - require '../../public/vendor/bootstrap/js/bootstrap-dropdown' + require '../../public/vendor/bootstrap/docs/assets/js/bootstrap' +# require '../../public/vendor/bootstrap/js/bootstrap-tooltip' +# require '../../public/vendor/bootstrap/js/bootstrap-tab' +# require '../../public/vendor/bootstrap/js/bootstrap-popover' +# require '../../public/vendor/bootstrap/js/bootstrap-modal' +# require '../../public/vendor/bootstrap/js/bootstrap-dropdown' require '../../public/vendor/jquery-cookie/jquery.cookie'