spotlight-frontend 4.3.4 → 4.3.5
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.
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
retval = this;
|
|
788
788
|
|
|
789
789
|
var generateUid = function (separator) {
|
|
790
|
-
var delim =
|
|
790
|
+
var delim = "-";
|
|
791
791
|
|
|
792
792
|
function S4() {
|
|
793
793
|
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
|
|
@@ -5141,6 +5141,7 @@
|
|
|
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.
|
|
5144
5145
|
|
|
5145
5146
|
class Pages {
|
|
5146
5147
|
connect(){
|
|
@@ -5607,6 +5608,8 @@
|
|
|
5607
5608
|
}
|
|
5608
5609
|
|
|
5609
5610
|
// 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
|
+
|
|
5610
5613
|
|
|
5611
5614
|
const VisibilityToggle = (e) => {
|
|
5612
5615
|
if (e.target.matches('[data-checkboxsubmit-target="checkbox"]')) {
|