summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <cfowler@einstein>2015-01-30 20:06:27 -0500
committerChristian Fowler <cfowler@einstein>2015-01-30 20:06:27 -0500
commit7944faff509057f93bda0d088190594643cc5f4c (patch)
treea3e44af9f0dc922f5612bd90bef184fb806e57c8
parent97d8e1fb5d5824be8fb9bfcdbecfa43d630855a2 (diff)
downloadckeditor-7944faff509057f93bda0d088190594643cc5f4c.tar.gz
ckeditor-7944faff509057f93bda0d088190594643cc5f4c.tar.bz2
ckeditor-7944faff509057f93bda0d088190594643cc5f4c.zip
overhaul to get working with bitweaver4; works with edit_format selector
-rw-r--r--templates/footer_inc.tpl2
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 );
}
}