spotlight-frontend 4.3.0 → 4.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5135,7 +5135,6 @@ jQuery.fn.scrollStop = function(callback) {
5135
5135
  };
5136
5136
 
5137
5137
  // Place all the behaviors and hooks related to the matching controller here.
5138
- // All this logic will automatically be available in application.js.
5139
5138
 
5140
5139
  class Pages {
5141
5140
  connect(){
@@ -5602,8 +5601,6 @@ class CheckboxSubmit {
5602
5601
  }
5603
5602
 
5604
5603
  // Visibility toggle for items in an exhibit, based on Blacklight's bookmark toggle
5605
- // See: https://github.com/projectblacklight/blacklight/blob/main/app/javascript/blacklight/bookmark_toggle.js
5606
-
5607
5604
 
5608
5605
  const VisibilityToggle = (e) => {
5609
5606
  if (e.target.matches('[data-checkboxsubmit-target="checkbox"]')) {