blacklight-spotlight 4.3.4 → 4.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/spotlight/spotlight.esm.js +4 -1
- data/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- data/app/assets/javascripts/spotlight/spotlight.js +4 -1
- data/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- data/app/views/spotlight/job_trackers/show.html.erb +59 -62
- data/lib/spotlight/version.rb +1 -1
- metadata +2 -2
@@ -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"]')) {
|