blacklight 5.7.0 → 5.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fcfb6f2ba3d0e2311b6707cc12d3e39a82ae03a
4
- data.tar.gz: 7efc0f476b12a8096ff9f58d5e1f15344bd6b282
3
+ metadata.gz: 39d962ecf5eea7d2a0641a7fe02ef08e8ef9d5ad
4
+ data.tar.gz: 6574ae568636c780c3d16adb9c6f9995147d7444
5
5
  SHA512:
6
- metadata.gz: 48281cc2fc1f409cf634100dd44a16415c2a531e65dd2d6f89764023b6e1c42e0cea1173692d1b8897e7f61f7b525b8d6e950c983a4af0d735265d044c31449b
7
- data.tar.gz: 0bb285df7cbaa528c95b6495b87ac7523e44c9226ec3d1a51fd09ffaca51f0e201420aa6885e7efa3b7bb27815994f2a2a3d180bb1590a6a632bb4dc77a5d8d6
6
+ metadata.gz: e88db728c23896651ae93feb9c154495598ee5f1d232538d3bedee94de10ae1895966a31ab9b8b707beb5199876e8c4ca7411381a1862789e5ce7de965a5f720
7
+ data.tar.gz: 2f959132dd3370701741ad1eb389518aaf0244043f5659ae312f828c7545abd312910268d5e3552553ceeae43c341f6064c42c07f091a3ad5b311eed13d25431
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.7.0
1
+ 5.7.1
@@ -6,12 +6,12 @@
6
6
  $(Blacklight.do_bookmark_toggle_behavior.selector).bl_checkbox_submit({
7
7
  //css_class is added to elements added, plus used for id base
8
8
  css_class: "toggle_bookmark",
9
- success: function(checked, response) {
10
- if (response.bookmarks) {
11
- $('#bookmarks_nav span[data-role=bookmark-counter]').text(response.bookmarks.count);
12
- }
13
- }
14
- });
9
+ success: function(checked, response) {
10
+ if (response.bookmarks) {
11
+ $('[data-role=bookmark-counter]').text(response.bookmarks.count);
12
+ }
13
+ }
14
+ });
15
15
  };
16
16
  Blacklight.do_bookmark_toggle_behavior.selector = "form.bookmark_toggle";
17
17
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  <title><%= render_page_title %></title>
17
17
  <%= opensearch_description_tag application_name, opensearch_catalog_path(:format => 'xml', :only_path => false) %>
18
- <%= favicon_link_tag asset_path('favicon.ico') %>
18
+ <%= favicon_link_tag 'favicon.ico' %>
19
19
  <%= stylesheet_link_tag "application", media: "all" %>
20
20
  <%= javascript_include_tag "application" %>
21
21
  <%= csrf_meta_tags %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.7.0
4
+ version: 5.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Rochkind
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
- date: 2014-08-28 00:00:00.000000000 Z
20
+ date: 2014-09-05 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rails