blacklight-spotlight 4.3.3 → 4.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24622eba43d3d941ed0001592db1e8ee4c356219358a4852123310f1cd966d66
4
- data.tar.gz: da21ea3e600f6707393320f9c91795f32510b6e6316b8bceda1887d8559c1b59
3
+ metadata.gz: ff61eec05fccf3884fc45d875e449c9f6a9ee37289d39d8934789d9babb03504
4
+ data.tar.gz: a128ab2d7ed676b1177287d77c82942ccfb76cde6048ac432e3ad13075568ffc
5
5
  SHA512:
6
- metadata.gz: 3228b437149ad9b7753f944e37af8930715f48ad80d2dc5b32612a4ea98989b5c84bea4672718db3e577869b0ac787422a37d57d4199527b018bb4ceab40d1e6
7
- data.tar.gz: f160bc5d914bd60ebb6b56fd1a3ace8b3713651f5b344c7f4786f5b037f31877c99c88d57fda609ca337287be6bdea9e0a3a9b1d15f1d5ad85b31ad88bd6a022
6
+ metadata.gz: f2853c3bc72b4866e1fea1f8522df0ff0d291c0f98062012ad63fdc23dee105403f9524c7120038604f1dc0e9f5af3ef7cdd34571f172d000b468d1247d6b6f0
7
+ data.tar.gz: 2fc965201bfb8c6aff985653b22e821e6435a23eae357f8d180a2a84fa418fc7812176e177f94fbcf9936c2729edb3f7fc81e308b8d3d53b526b303853eca85e
@@ -781,7 +781,7 @@ class UserIndex {
781
781
  retval = this;
782
782
 
783
783
  var generateUid = function (separator) {
784
- var delim = "-";
784
+ var delim = separator || "-";
785
785
 
786
786
  function S4() {
787
787
  return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
@@ -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"]')) {