Sha256: 491ad6afcb89ca4d74ac5367a222baef01c7a27a4288cc1bb3fe078cd295f319
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
Blacklight.onLoad(function() { $('[data-map="home"]').each(function(i, element) { var geoblacklight = new GeoBlacklight.Viewer.Map(this), data = $(this).data(); geoblacklight.map.addControl(L.control.geosearch({ baseUrl: data.catalogPath, dynamic: false, searcher: function() { window.location.href = this.getSearchUrl(); }, staticButton: '<a class="btn btn-primary">Search Here</a>' })); }); });
Version data entries
6 entries across 6 versions & 1 rubygems