caboose-cms 0.9.174 → 0.9.175

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: 2a5f146158d05cdcba0981301de5c3a2fccd86fd
4
- data.tar.gz: 409a559e70e8b54e566f4da4aae8856bd73fe463
3
+ metadata.gz: 9c0a529a96546461dd9dd06c99957920ef45376e
4
+ data.tar.gz: 448b88d7a143789b44d6666fd91b4186c0a63518
5
5
  SHA512:
6
- metadata.gz: 03206cafed754a35295390a14c683f34bde884efc581caa7665887416bd6d8a14920f2500161559d0294a61c66d2ddb5ee3a8c9bb8aacc28a9049ddf532a92ed
7
- data.tar.gz: 2981f58cc12e869b43f2a8c95b20ae6cd654dd80444897bce1b84066fee01ae2ca90d11218deda4a75ef014237dd3f8757e468efd996471fcaa47ea76b0101ca
6
+ metadata.gz: 736542cd5eefc38277124a89d7b9a9142c1631046ae8e8db711a6c5c01eafc3ceff573396899d29b74fe812e6c950d6dbe9d30964c040074425f2dc140e52133
7
+ data.tar.gz: b7783da727fe6fa769a035104cb7f51492df776d30034d2de5c54281fd7ac6810a66729c44156d138f59b9d45a0d7da29bb572d41552bb30eeeddd71ba7541da
@@ -73,7 +73,7 @@ BoundColor = BoundControl.extend({
73
73
  });
74
74
 
75
75
  $('.' + this.el + '_bound_color').css('text-align', this.attribute.align);
76
- //if (this.attribute.width) $('.' + this.el + '_bound_color').css('width', this.attribute.width)
76
+ //if (this.attribute.width) $('.' + this.el + '_bound_color').css('width', this.attribute.width);
77
77
  if (this.attribute.fixed_placeholder && this.attribute.align != 'right')
78
78
  {
79
79
  var w = $('#'+this.el+'_placeholder').outerWidth(true);
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.174'
2
+ VERSION = '0.9.175'
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.9.174
4
+ version: 0.9.175
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry