Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #276 from sul-dlss/upgrade_jquery3
Browse files Browse the repository at this point in the history
Use Jquery 3 to avoid CVE-2015-9251
  • Loading branch information
justinlittman authored Apr 1, 2019
2 parents 5fa0aad + 8e86257 commit a921c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery3
//= require jquery_ujs
// Required by Hydra
//
Expand Down

0 comments on commit a921c8e

Please sign in to comment.