mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Remove jquery-1.8.0.js
Some js tests fail because they are dependant on jquery and we removed jquery-1.8.0.js. Adding jquery2 to application_spec.js instead.
This commit is contained in:
9227
app/assets/javascripts/shared/jquery-1.8.0.js
vendored
9227
app/assets/javascripts/shared/jquery-1.8.0.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,6 @@ module.exports = function(config) {
|
||||
|
||||
files: [
|
||||
APPLICATION_SPEC,
|
||||
'app/assets/javascripts/shared/jquery-1.8.0.js', // TODO: Can we link to Rails' jquery?
|
||||
'app/assets/javascripts/shared/angular-local-storage.js',
|
||||
'app/assets/javascripts/shared/ng-infinite-scroll.min.js',
|
||||
'app/assets/javascripts/shared/angular-slideables.js',
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
//= require moment/min/moment.min.js
|
||||
//= require i18n
|
||||
//= require handlebars
|
||||
//= require jquery2
|
||||
|
||||
angular.module('templates', [])
|
||||
angular.module('uiGmapgoogle-maps', []);
|
||||
|
||||
Reference in New Issue
Block a user