spotlight-frontend 4.3.4 → 4.3.6

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.
@@ -781,7 +781,7 @@ class UserIndex {
781
781
  retval = this;
782
782
 
783
783
  var generateUid = function (separator) {
784
- var delim = separator || "-";
784
+ var delim = "-";
785
785
 
786
786
  function S4() {
787
787
  return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
@@ -5135,6 +5135,7 @@ 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.
5138
5139
 
5139
5140
  class Pages {
5140
5141
  connect(){
@@ -5601,6 +5602,8 @@ class CheckboxSubmit {
5601
5602
  }
5602
5603
 
5603
5604
  // 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
+
5604
5607
 
5605
5608
  const VisibilityToggle = (e) => {
5606
5609
  if (e.target.matches('[data-checkboxsubmit-target="checkbox"]')) {