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:
Ana Nunes da Silva
2023-02-13 13:49:02 +00:00
parent 696edac813
commit 6de1fdc4ff
3 changed files with 1 additions and 9228 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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',

View File

@@ -14,6 +14,7 @@
//= require moment/min/moment.min.js
//= require i18n
//= require handlebars
//= require jquery2
angular.module('templates', [])
angular.module('uiGmapgoogle-maps', []);