caboose-cms 0.9.58 → 0.9.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: 022f6a86120438c9942d6b9419ff6b9fb8f191c1
4
- data.tar.gz: d4bc4113dc4a0c756ae4135626c22bd8196194f7
3
+ metadata.gz: 4cc999e2713eaa43959e57080594db87e7a3041c
4
+ data.tar.gz: 34d55765c6d0d93f9399773084cd10b436f85cef
5
5
  SHA512:
6
- metadata.gz: 1a0607517f4515936f2ee9021c5a007f2bf065fea007f2d6dd89c39328566c982c4fb02ea24d09b651ccf22c64915d214040edaf4b3ff80158c47c4f763ba324
7
- data.tar.gz: fba304350dc2bd3f3bda3b683632e4a58f4d82a835322cdcd7855c2bf3df465a411872e822bb9f93269fd1e4731e00510c3de514fa05fe0f6b243623d6361c3b
6
+ metadata.gz: 529bc8a38f9166a44936cad4bbba5ca53053be83c1ec9af87f8798ddffa93dca508eddc6284d8a734b8575f16557bf6a222f5355b438aadc1936d1c63dc13262
7
+ data.tar.gz: 75546cd2c94716e56ecb0815790a1066a35873124f491d9f1730c1fba06d8daed0ab254c76faba31d58a1c40bf6f41d64bb65fcca93db72208417535c1595d42
@@ -129,7 +129,7 @@ BlockContentController.prototype = {
129
129
  });
130
130
  },
131
131
 
132
- is_loading: function(loading, message = 'Loading...') {
132
+ is_loading: function(loading, message) {
133
133
  var that = this;
134
134
  if ( loading == true )
135
135
  $("#caboose-loading").fadeIn().find('h4').text(message);
@@ -314,7 +314,7 @@ BlockContentController.prototype = {
314
314
  $(that.blocks).each(function(i,b) {
315
315
  that.set_clickable_helper(b, false, false, (i == count-1));
316
316
  });
317
- that.is_loading(false);
317
+ that.is_loading(false, 'Loading...');
318
318
  },
319
319
 
320
320
  set_clickable_helper: function(b, parent_id, parent_allows_child_blocks, is_last_child)
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.58'
2
+ VERSION = '0.9.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.9.58
4
+ version: 0.9.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry