caboose-cms 0.2.52 → 0.2.54
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjEwODkxM2E1ZTU3OTgwNTUwMWFmODY4MzQyZjU0N2Y1YWVmZGY2OQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YzFjNTlmOWZiMWQ4NWQwMjc3NDc2MTNjNGQ1NjYzMDVmYWZiM2FmNQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTUwYjlhOWJjY2I5MzJmNzRlMGVjZDM1MTNlNjBhYThkMzFiZjZkMzMyNzk0
|
10
|
+
Y2RiZGVjY2M4NzliYjlhYWMwNGY1OTQ3ZmFhYzljZThlYjg4NTViZTU3N2Q5
|
11
|
+
OGM2NTUwYmY2ZjljNTA5ZmI3NDMzYWI4YjliNmIzYWRlNGM1NmY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODg0MDU1Yjc2NjVmM2UxN2FhNTczYTJkZjJmMDdlMGRlM2IyNWY4YzI3MjJj
|
14
|
+
YWMxNDQzYWQ4ZTI0NmM2NTAxYmExZjJjMDgwYTBlOTRkMjQ1OTkzZDY5YWIx
|
15
|
+
OWJmM2FjZmRhMWFlOWVmNGMwZDFmYTRkYjBiNDNhNjM2NzJkZTA=
|
@@ -53,19 +53,15 @@ BoundImage = BoundControl.extend({
|
|
53
53
|
$('#'+this.el+'_container').append($('<div/>')
|
54
54
|
.attr('id', this.el + '_message')
|
55
55
|
);
|
56
|
-
$('
|
56
|
+
iframe = $('<iframe/>')
|
57
57
|
.attr('name', this.el + '_iframe')
|
58
|
-
.attr('id', this.el + '_iframe')
|
59
|
-
|
60
|
-
.css('height',
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
);
|
66
|
-
$('#'+this.el+'_container').append($('<br/>')
|
67
|
-
.css('clear', 'both')
|
68
|
-
);
|
58
|
+
.attr('id', this.el + '_iframe');
|
59
|
+
if (this.attribute.debug)
|
60
|
+
iframe.css('width', '100%').css('height', 600).css('background', '#fff');
|
61
|
+
else
|
62
|
+
iframe.css('width', 0).css('height', 0).css('border', 0);
|
63
|
+
$('#'+this.el+'_container').append(iframe);
|
64
|
+
$('#'+this.el+'_container').append($('<br/>').css('clear', 'both'));
|
69
65
|
},
|
70
66
|
|
71
67
|
post_upload: function() {
|
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.2.
|
4
|
+
version: 0.2.54
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Barry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|