rich 1.4 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/rich/version.rb
CHANGED
data/vendor/assets/ckeditor/ckeditor-contrib/plugins/{mediaembed → MediaEmbed}/images/icon.png
RENAMED
File without changes
|
@@ -11,7 +11,7 @@
|
|
11
11
|
* @version 0.1
|
12
12
|
*/
|
13
13
|
( function() {
|
14
|
-
CKEDITOR.plugins.add( '
|
14
|
+
CKEDITOR.plugins.add( 'MediaEmbed',
|
15
15
|
{
|
16
16
|
init: function( editor )
|
17
17
|
{
|
@@ -45,7 +45,7 @@
|
|
45
45
|
var content = window.frames[i].document.getElementById("embed").value;
|
46
46
|
}
|
47
47
|
}
|
48
|
-
console.log(this.getContentElement( 'iframe', 'embedArea' ).getValue());
|
48
|
+
//console.log(this.getContentElement( 'iframe', 'embedArea' ).getValue());
|
49
49
|
editor.insertHtml(this.getContentElement( 'iframe', 'embedArea' ).getValue());
|
50
50
|
}
|
51
51
|
};
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rich
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -449,8 +449,8 @@ files:
|
|
449
449
|
- vendor/assets/ckeditor/ckeditor/skins/moono/images/mini.png
|
450
450
|
- vendor/assets/ckeditor/ckeditor/skins/moono/readme.md
|
451
451
|
- vendor/assets/ckeditor/ckeditor/styles.js
|
452
|
-
- vendor/assets/ckeditor/ckeditor-contrib/plugins/
|
453
|
-
- vendor/assets/ckeditor/ckeditor-contrib/plugins/
|
452
|
+
- vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/images/icon.png
|
453
|
+
- vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/plugin.js
|
454
454
|
- vendor/assets/ckeditor/ckeditor-contrib/plugins/richfile/plugin.js
|
455
455
|
- vendor/assets/ckeditor/ckeditor-contrib/skins/BootstrapCK/dialog.css
|
456
456
|
- vendor/assets/ckeditor/ckeditor-contrib/skins/BootstrapCK/editor.css
|