effective_assets 1.6.8 → 1.6.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd04206c6534741d975b580c7a23d971474cee16
|
4
|
+
data.tar.gz: 947246d4dd2da35c57ce999c542abaed303bd7e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5322431aee4fb9b0bf81d50502917d184dcabd7e04c9e2abec3e6f25a423e3ea1ff61d35abbe376c4dccef27dc4c9d61d554c38735dee5c33709b8ace980e912
|
7
|
+
data.tar.gz: ad6b87af1bf6a93d20cd180a106fdb5c8e97add42f99752a613e2425a86ca0174ca214316474537d0496d9f381624380a50e264802f3f28f1eb8bd75e9355dc1
|
@@ -46,7 +46,7 @@ CKEDITOR.dialog.add 'effective_asset', (editor) ->
|
|
46
46
|
elements: [
|
47
47
|
{
|
48
48
|
type: 'html',
|
49
|
-
html: "<p>* NOTE: This screen is for non-image files only.
|
49
|
+
html: "<p>* NOTE: This screen is for non-image files only. Please select 'Image' from the toolbar to work with images.",
|
50
50
|
setup: (widget) ->
|
51
51
|
if widget.data['asset_id']
|
52
52
|
this.getDialog().selectPage('asset')
|
@@ -67,7 +67,7 @@ CKEDITOR.dialog.add 'effective_asset', (editor) ->
|
|
67
67
|
id: 'link_title',
|
68
68
|
type: 'text',
|
69
69
|
label: 'Title',
|
70
|
-
setup: (widget) -> this.setValue(widget.data.link_title)
|
70
|
+
setup: (widget) -> this.setValue(widget.data.link_title || widget.editor.getSelection().getSelectedText())
|
71
71
|
commit: (widget) -> widget.setData('link_title', this.getValue()) if widget
|
72
72
|
},
|
73
73
|
{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|