Skip to content

Commit

Permalink
Only use one copy of jquery
Browse files Browse the repository at this point in the history
including `browse_everything` pulls in a second copy of jquery.  This
makes it impossible to switch the local application to use a different
version of jquery (2 or 3) than what browse_everything is using.
  • Loading branch information
jcoyne committed May 4, 2017
1 parent 4c408e9 commit 2c88fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/hyrax/browse_everything.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//= require browse_everything
//= require jquery.treetable
//= require browse_everything/behavior

// Show the files in the queue
Blacklight.onLoad( function() {
Expand Down

0 comments on commit 2c88fc3

Please sign in to comment.