blacklight-spotlight 3.6.0.beta1 → 3.6.0.beta3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2927aab38386efc1ea68faecdb9ff77a34627be7043af2af6cdd74138b97c1a
4
- data.tar.gz: fed9d37c445c5bcd83322512df975c47e3a7fef417e630ae11400f6585af6156
3
+ metadata.gz: 873afa136e88244140b880144b141d3d514a3c6ba8fb1d529ce8b212e6b01554
4
+ data.tar.gz: 993f4ab59db2c83969345916e74f227a494ea06e4e093abab6d47188581c2e9f
5
5
  SHA512:
6
- metadata.gz: b172562a48d02cfc9b1733b52dff0a21b2dd242a7d58016357f7d5c762699747b0aa768c89d3b97a3c7b704d3a4d8fd96a3aa76c47ab48f67e8d8660551402a4
7
- data.tar.gz: d65ea82b172aa7aea0a580bb1e5239a99d2fe62bc9da1dbe8514f1c54129dfe811271abd87d7099c9198eeaa3e1f82b339b3093e62aebf707bcd06476a32783d
6
+ metadata.gz: 1a9a2ebe6e17e218ad85edc0ef503a9823c32b91c933643399bbf79a4bc416489a96e62497e62c95b334bf0764684833fcfc038e07816ac847dda1a072116840
7
+ data.tar.gz: a3e4dcad0114bfb10c7513c2635867cca01cc6d63ec46bdc393ea8ed481a0d6908873823fa5d9dcbec63fdf74fc28ad326a1b86dcdecb474804062eb56d71153
@@ -1,9 +1,4 @@
1
1
  // This is the sprockets entrypoint.
2
- //= require bootstrap/util
3
- //= require bootstrap/tab
4
- //= require bootstrap/tooltip
5
- //= require bootstrap/popover
6
- //= require bootstrap/carousel
7
2
  //= require leaflet
8
3
  //= require sir-trevor
9
4
  //= require clipboard
@@ -1,13 +1,3 @@
1
- class Analytics {
2
- connect() {
3
- if (window._gaq != null) {
4
- return _gaq.push(['_trackPageview']);
5
- } else if (window.pageTracker != null) {
6
- return pageTracker._trackPageview();
7
- }
8
- }
9
- }
10
-
11
1
  class BrowseGroupCateogries {
12
2
  connect() {
13
3
  var $container, slider;
@@ -167,7 +157,6 @@ class ZprLinks {
167
157
 
168
158
  class UserIndex {
169
159
  connect() {
170
- new Analytics().connect();
171
160
  new BrowseGroupCateogries().connect();
172
161
  new Carousel().connect();
173
162
  new ClearFormButton().connect();