caboose-cms 0.7.58 → 0.7.59

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: 48c0687d2fc45445501533250e2534d1c7d7cd68
4
- data.tar.gz: e7a704b7df30b88850791b5923522598a26c6d8f
3
+ metadata.gz: b8330146252102d4ebee9f4792970c1a4d6a075b
4
+ data.tar.gz: 9f98219c9420295379b13db368a13b00de80176f
5
5
  SHA512:
6
- metadata.gz: 812da735cddcdeaff96d6f4a9e8bc253612c386ad7ff3f27643809fddf041b5ac26f6dea963d4c079be516a111558e98db56315f1cca55110e74077be62f284f
7
- data.tar.gz: 3702ebd31ab65e0ca6ce6a21970a3fbfdef79cab71ca117e8b6bc0ec53b70cc3eba80fb398f5fce32b3a6fb8a8630b68d4e37e5d4532cb4dae799f9b567f971f
6
+ metadata.gz: 0df8ce931fc68c685cd53416d6a5ac223afec93285b2ff5237e91abb879ec3b05acd71f256ef65ba1b986b8d6b0f463c535fb43acec6eadc80c50bcc74da552e
7
+ data.tar.gz: 6098e6a6d7d4102a2af8d3b8810434d855ab06fc5edb26ffce65fd689ea8e1886469d28cd5451ff35f6855d069e1de382df48db0b0753dcd652925ca3415d341
@@ -278,7 +278,7 @@ MediaController.prototype = {
278
278
  if (that.allow_edit && m.image_urls) li.append($("<a/>").html("Edit Image").click(function() { that.edit_image($(this).parent().data('media_id')); }));
279
279
  else li.append($("<a/>").attr('href', m.file_url).html("Direct URL"));
280
280
  if ( m.image_urls ) li.append($("<a/>").addClass("dl i").html("Download").click(function() { that.download_image($(this).parent().data('media_id')); }));
281
- else li.append($("<a/>").addClass("dl").html("Download").click(function() { that.download_image($(this).parent().data('media_id')); }));
281
+ else li.append($("<a/>").addClass("dl i").html("Download").click(function() { that.download_image($(this).parent().data('media_id')); }));
282
282
  ul.append(li);
283
283
  });
284
284
  }
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.7.58'
2
+ VERSION = '0.7.59'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.58
4
+ version: 0.7.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry