caboose-cms 0.9.147 → 0.9.148
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 125d68650dcc3c84e03d2f1ae4368ab23a6e24c8
|
|
4
|
+
data.tar.gz: 7514e98faeb1d10e8956478088226dbe105c336a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 071e5904c9fb3d2546959df01f019d2365f29b2a7547b1614c16285ba86a02f32dcb44e1a2035e2617ba423bdc8aef10fc4fea54d26f2edd93f83a5b4d181da6
|
|
7
|
+
data.tar.gz: e8728e090302bd60ea484d5f7a2ff5af70224b115873e081d3a38bc24e0aa796a5caf6ec6f30790636c6d6e882a0bfec7ccc06ffca8ddcccd9a6a00c738eb7c5
|
|
@@ -36,7 +36,7 @@ var controller = false;
|
|
|
36
36
|
$(document).ready(function() {
|
|
37
37
|
controller = new BlockContentController({
|
|
38
38
|
page_id: <%= @page.id %>,
|
|
39
|
-
assets_path: <%== Caboose.json(asset_path('
|
|
39
|
+
assets_path: <%== Caboose.json(asset_path('loading_green.gif').gsub('loading_green.gif', '').gsub('http://','https://')) %>,
|
|
40
40
|
<% if @site && @site.use_dragdrop %>
|
|
41
41
|
included_assets: ['caboose/block_modal_controllers/block_dd_modal_controller.js']
|
|
42
42
|
<% else %>
|
|
@@ -31,12 +31,11 @@ function hide_caboose_notice() {
|
|
|
31
31
|
$("#caboose-notice").hide();
|
|
32
32
|
document.cookie = "caboose_post_publish=true; expires=Thu, 18 Dec 2030 12:00:00 UTC; path=/";
|
|
33
33
|
}
|
|
34
|
-
|
|
35
34
|
var controller = false;
|
|
36
35
|
$(document).ready(function() {
|
|
37
36
|
controller = new BlockContentController({
|
|
38
37
|
post_id: <%= @post.id %>,
|
|
39
|
-
assets_path: <%== Caboose.json(asset_path('
|
|
38
|
+
assets_path: <%== Caboose.json(asset_path('loading_green.gif').gsub('loading_green.gif', '').gsub('http://','https://')) %>,
|
|
40
39
|
<% if @site && @site.use_dragdrop %>
|
|
41
40
|
included_assets: ['caboose/block_modal_controllers/block_dd_modal_controller.js']
|
|
42
41
|
<% else %>
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboose-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.148
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06-
|
|
11
|
+
date: 2018-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|