Comment jquery UI for new sorter

This commit is contained in:
perploug
2013-09-04 15:43:00 +02:00
parent 025b952fb6
commit d59963a53e
2 changed files with 11 additions and 7 deletions

View File

@@ -4,14 +4,15 @@ yepnope({
'lib/jquery/jquery-2.0.3.min.js',
/* the jquery ui elements we need */
/* NOTE: I've opted not to use the full lib, just the parts we need to save on DL */
/* NOTE: I've opted not to use the full lib, just the parts we need to save on DL*/
'lib/jquery/jquery.ui.core.min.js',
'lib/jquery/jquery.ui.widget.min.js',
'lib/jquery/jquery.ui.mouse.min.js',
/*'lib/jquery/jquery.ui.mouse.min.js',
'lib/jquery/jquery.ui.sortable.min.js',
'lib/jquery/jquery.ui.effect.min.js',
'lib/jquery/jquery.ui.effect-highlight.min.js',
'lib/jquery/jquery.ui.draggable.js',
'lib/jquery/jquery.ui.draggable.js',*/
/* 1.1.5 */
'lib/angular/1.1.5/angular.min.js',
@@ -29,7 +30,8 @@ yepnope({
*/
/* temporary sorter lib, should be updated */
'lib/angular/angular-ui-sortable.js',
/*'lib/angular/angular-ui-sortable.js',*/
'lib/jquery/jquery.sortable/jquery.sortable.js',
/* App-wide file-upload helper */
'lib/jquery/jquery.upload/js/jquery.fileupload.js',