Skip to content

Commit

Permalink
Build the javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 22, 2024
1 parent f5353f5 commit b7c77a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/blacklight/blacklight.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ Blacklight.handleSearchContextMethod = function (event) {

// check for meta keys.. if set, we should open in a new tab
if (event.metaKey || event.ctrlKey) {
form.dataset.turbo = "false";
target = '_blank';
}
if (csrfParam !== undefined && csrfToken !== undefined) {
Expand Down

0 comments on commit b7c77a7

Please sign in to comment.