geoblacklight 0.4.0 → 0.4.1

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
  SHA1:
3
- metadata.gz: 969739fdc56829f296f49fdc519cfcd57cdafd7c
4
- data.tar.gz: 5e1c94e9c07557e959e787727130109289c5261f
3
+ metadata.gz: 4b226b3ca37c0894f9f6cf75a98510dec5daed0d
4
+ data.tar.gz: db3ed94136fd51f304e87345a04e766e12cfa560
5
5
  SHA512:
6
- metadata.gz: bdbc61dc63defcf0b47ede1f235db3498ebaaa6c0c71e31acde2a3f089cf69ef4975f3ec59aad0d19fc3c16d983d04b01c9025dc112430821cf80665d82d48d4
7
- data.tar.gz: b707a45223963f466216cc1b8e4180ebcc1a5175e55c9dc70d30bc028dac7a16e5a2e451c4eb8afb128f807b60a32bb6af87285c4cec7b867d02b71ff8020c8c
6
+ metadata.gz: cca1fcb58425208452163c9ecfefada7432ebdde90255513850ff9d3105bb2a3291a64c7aece722e8fce797f338481fa36897e58253a772bc27ffd4bccda3883
7
+ data.tar.gz: a44b158607d292bbdfba7f7f63af8167c5e0a7c9e274829a61d92f43302865684edf1984b0bf90377028101947eef448b1206f3aa01531e6620699056b379632
@@ -28,8 +28,8 @@
28
28
  History.pushState(null, document.title, this.getSearchUrl());
29
29
  },
30
30
  delay: 800,
31
- staticButton: '<a class="btn btn-primary">Redo Search Here <span class="glyphicon glyphicon-repeat"></span></a>',
32
- dynamicButton: '<label><input type="checkbox" checked> Search When I Move the Map</label>'
31
+ staticButton: '<a class="btn btn-primary">Redo search here <span class="glyphicon glyphicon-repeat"></span></a>',
32
+ dynamicButton: '<label><input type="checkbox" checked> Search when I move the map</label>'
33
33
  },
34
34
 
35
35
  initialize: function(options) {
@@ -9,7 +9,7 @@ Blacklight.onLoad(function() {
9
9
  searcher: function() {
10
10
  window.location.href = this.getSearchUrl();
11
11
  },
12
- staticButton: '<a class="btn btn-primary">Search Here</a>'
12
+ staticButton: '<a class="btn btn-primary">Search here</a>'
13
13
  }));
14
14
  });
15
15
  });
@@ -1,3 +1,3 @@
1
1
  module Geoblacklight
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoblacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Graves