re-adds the jquery-ui sorting

The other libraries werent mature enough so we'll have to stick with
this for now
This commit is contained in:
perploug
2013-10-28 20:26:18 +01:00
parent 7716413015
commit c75a7817cf
5 changed files with 18 additions and 15 deletions

View File

@@ -1,13 +1,12 @@
[
/* 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 */
'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.sortable.min.js',
/*
'lib/jquery/jquery.ui.effect.min.js',
'lib/jquery/jquery.ui.effect-highlight.min.js',*/
@@ -25,9 +24,8 @@
'lib/angular/1.2/angular-sanitize.min.js',
*/
/* temporary sorter lib, should be updated
/* temporary sorter lib, should be updated*/
'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',