kiteditor 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@
|
|
6
6
|
# replace the contents on form submit
|
7
7
|
@element.find('form').on 'submit', (event) =>
|
8
8
|
event.preventDefault()
|
9
|
-
value = @element.find('textarea').val()
|
9
|
+
value = @element.find('textarea').val()
|
10
10
|
Mercury.trigger('action', {action: 'replaceHTML', value: value})
|
11
11
|
@hide()
|