diff options
| author | Kamil Kaminski <kylek389@gmail.com> | 2014-12-15 20:14:14 -0600 |
|---|---|---|
| committer | Kamil Kaminski <kylek389@gmail.com> | 2014-12-15 21:53:16 -0600 |
| commit | 298c2990e6b039b9d8e7cf746fe70b6982b8182a (patch) | |
| tree | 93c58110b995a7484ec0f0d6696a7266d11247d4 /js/rte.php | |
| parent | f0de7af14312368a11014befa428ff91bbebff76 (diff) | |
| download | fracturedcms-master.tar.gz fracturedcms-master.tar.bz2 fracturedcms-master.zip | |
Diffstat (limited to 'js/rte.php')
| -rw-r--r-- | js/rte.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -a.html("<textarea "+title+"name=\"textarea\" id=\""+ a.attr('id') +"_field\" onblur=\"fieldSave(a.attr('id'),nl2br(this.value));\">" + a.html().replace(/<br>/gi, "") + "</textarea>");
-a.children(':first').focus().autosize().trigger('autosize.resize');
\ No newline at end of file +a.html("<textarea "+title+"name=\"textarea\" id=\""+ a.attr('id') +"_field\" onblur=\"fieldSave(a.attr('id'),nl2br(this.value));\">" + a.html().replace(/<br>/gi, "") + "</textarea>"); +a.children(':first').focus().autosize().trigger('autosize.resize'); |
