yellow-text-rails 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
|
|
4
4
|
* This plugin is created to make text editing
|
5
5
|
* more fun and to make it easy for the editor.
|
6
6
|
*
|
7
|
-
* Version: 0.3
|
7
|
+
* Version: 0.3.1
|
8
8
|
* Author: Stefan Vermaas
|
9
9
|
* URL: www.stefanvermaas.nl
|
10
10
|
*
|
@@ -435,7 +435,7 @@
|
|
435
435
|
var postData = $(methods.editor).contents().find("body").html();
|
436
436
|
|
437
437
|
// Add the data to the textarea, where this plugin is attached too
|
438
|
-
methods.el.html(postData);
|
438
|
+
$( methods.el ).html(postData);
|
439
439
|
}
|
440
440
|
};
|
441
441
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yellow-text-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stefan Vermaas
|