Skip to content

Commit

Permalink
Changing the toolbar config can't be done this way
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 25, 2013
1 parent 839c3af commit 7eb78e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/Editor/lib/Horde/Editor/Ckeditor.php
Expand Up @@ -63,8 +63,7 @@ public function initialize(array $params = array())

if (isset($params['id'])) {
$this->_js['script'] = array(
'CKEDITOR.replace("' . $params['id'] . '",' . $params['config'] . ')',
'CKEDITOR.config.toolbar_Full.push(["Code"])'
'CKEDITOR.replace("' . $params['id'] . '",' . $params['config'] . ')'
);
}
}
Expand Down

0 comments on commit 7eb78e1

Please sign in to comment.