Skip to content

Commit

Permalink
Removing ui-sortable library (no longer required)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeoeaio committed Feb 9, 2018
1 parent 1731d4d commit 0861a43
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/admin/all.js
Expand Up @@ -14,7 +14,6 @@
//= require angular-resource
//= require angular-animate
//= require angular-sanitize
//= require angular-ui
//= require admin/spree_backend
//= require admin/spree_auth
//= require admin/spree_paypal_express
Expand Down
@@ -1,4 +1,4 @@
angular.module('admin.orderCycles', ['ui.sortable', 'ngTagsInput', 'admin.indexUtils', 'admin.enterprises'])
angular.module('admin.orderCycles', ['ngTagsInput', 'admin.indexUtils', 'admin.enterprises'])

.config ($httpProvider) ->
$httpProvider.defaults.headers.common['X-CSRF-Token'] = $('meta[name=csrf-token]').attr('content')
Expand Down
1 change: 0 additions & 1 deletion spec/javascripts/application_spec.js
Expand Up @@ -4,7 +4,6 @@
//= require angular-mocks
//= require angular-cookies
//= require angular-backstretch.js
//= require angular-ui
//= require angularjs-file-upload
//= require lodash.underscore.js
//= require angular-flash.min.js
Expand Down
1 change: 0 additions & 1 deletion vendor/assets/javascripts/angular-ui.js

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/assets/javascripts/angular-ui/sortable.min.js

This file was deleted.

0 comments on commit 0861a43

Please sign in to comment.