loyal_rails_kindeditor 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rails_kindeditor/helper.rb +1 -1
- data/loyal_rails_kindeditor.gemspec +1 -1
- metadata +2 -2
@@ -18,7 +18,7 @@ module RailsKindeditor
|
|
18
18
|
|
19
19
|
private
|
20
20
|
def js_replace(dom_id, options = {})
|
21
|
-
editor_id = options[:editor_id].nil? ? '' : "#{options[:editor_id].to_s
|
21
|
+
editor_id = options[:editor_id].nil? ? '' : "#{options[:editor_id].to_s} = "
|
22
22
|
if options[:window_onload]
|
23
23
|
"window.onload = function() {
|
24
24
|
#{editor_id}KindEditor.create('##{dom_id}', #{get_options(options).to_json});
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: loyal_rails_kindeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: carrierwave
|