diff options
| author | Christian Fowler <cfowler@einstein> | 2015-01-30 20:06:27 -0500 |
|---|---|---|
| committer | Christian Fowler <cfowler@einstein> | 2015-01-30 20:06:27 -0500 |
| commit | 7944faff509057f93bda0d088190594643cc5f4c (patch) | |
| tree | a3e44af9f0dc922f5612bd90bef184fb806e57c8 /templates | |
| parent | 97d8e1fb5d5824be8fb9bfcdbecfa43d630855a2 (diff) | |
| download | ckeditor-7944faff509057f93bda0d088190594643cc5f4c.tar.gz ckeditor-7944faff509057f93bda0d088190594643cc5f4c.tar.bz2 ckeditor-7944faff509057f93bda0d088190594643cc5f4c.zip | |
overhaul to get working with bitweaver4; works with edit_format selector
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/footer_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl index abfa459..47f785e 100644 --- a/templates/footer_inc.tpl +++ b/templates/footer_inc.tpl @@ -7,7 +7,7 @@ function createCkEditor( pTextAreaId ) { $('#'+pTextAreaId).attr("contenteditable", true); //var config = {}; //editor = CKEDITOR.appendTo( pTextAreaId, config, $('#'+pTextAreaId).html() ); - CKEDITOR.replace( '{/literal}{$smarty.const.LIBERTY_TEXT_AREA}{literal}' ); + CKEDITOR.replace( pTextAreaId ); } } |
