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.
|
@@ -5141,7 +5141,6 @@
|
|
|
5141
5141
|
};
|
|
5142
5142
|
|
|
5143
5143
|
// Place all the behaviors and hooks related to the matching controller here.
|
|
5144
|
-
// All this logic will automatically be available in application.js.
|
|
5145
5144
|
|
|
5146
5145
|
class Pages {
|
|
5147
5146
|
connect(){
|
|
@@ -5608,8 +5607,6 @@
|
|
|
5608
5607
|
}
|
|
5609
5608
|
|
|
5610
5609
|
// Visibility toggle for items in an exhibit, based on Blacklight's bookmark toggle
|
|
5611
|
-
// See: https://github.com/projectblacklight/blacklight/blob/main/app/javascript/blacklight/bookmark_toggle.js
|
|
5612
|
-
|
|
5613
5610
|
|
|
5614
5611
|
const VisibilityToggle = (e) => {
|
|
5615
5612
|
if (e.target.matches('[data-checkboxsubmit-target="checkbox"]')) {
|