samvera_hls 0.3.1 → 0.3.2

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: 86df94933258423c509cf66e03fd202edc5f7f4df08c36fc357f2d7195205bac
4
- data.tar.gz: 317ff407983374cb4a2a0df214c7538a2007b200bf5e99d60041c3194d71867e
3
+ metadata.gz: 0ccc7bdbbdbb95f58c8e028ff8b8ce23354d01f86784d4a85228d28ae816133c
4
+ data.tar.gz: b0d0c2a523e647dc360eb01e3a5191d5ab641b3e5cb11e9a08adf0cf61e45693
5
5
  SHA512:
6
- metadata.gz: 1eeedcaad9de30418f4c66fde33f46fbf683837d532129536b9cece74e42216bfc40afaef2c2610bce1f7e23efcfe8d7b9a32b213919a16d95698dcae8b837df
7
- data.tar.gz: 8edccabcad8bc11b175e4cb351addb899fe5f114557b308007698445c552103713e4932cc6a9032eaca1902a2c5664b82fcceb404c82ba48f5ddf0bf78684b8b
6
+ metadata.gz: 7b9a8873669ebd15394e7937ca1d20932237eb110b52829cec4b9bff917ba49a6c2e9994fd841565aae2838a1f1c59e1da2a0276d192e44c41e91b23a002b57f
7
+ data.tar.gz: a8528c6b5995c1b47c9098569038f0463b0f2d843c098ba3594d9634d8b7c4a997ddf02746c31f28b8630c7f652ec0279201064347613d8861a911d1e8e553a4
@@ -6,13 +6,3 @@ $( window ).load(function(){
6
6
  })
7
7
 
8
8
  window.onunload = function(){};
9
-
10
- $(window).bind("pageshow", function(event) {
11
- alert('pageshow event firing')
12
- if (event.originalEvent.persisted) {
13
- alert('reloading the damn thing!')
14
- window.location.reload();
15
- } else {
16
- alert('NOT reloading tsdhe damn thing!')
17
- }
18
- });
@@ -1,3 +1,3 @@
1
1
  module SamveraHls
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samvera_hls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ned Henry, UCSC Library Digital Initiatives
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-24 00:00:00.000000000 Z
11
+ date: 2019-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails