Skip to content

Commit

Permalink
forgot to add wysiwyg fix to settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan committed Jul 19, 2013
1 parent 9440178 commit f7818e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@

<!-- ko if: type === 'wysiwyg' -->
<!-- ko if: editable -->
<textarea data-bind="attr: {disabled: $root.freezeForm, id: field_id}, wysiwyg: $root[field_name]"></textarea>
<textarea class="wysiwyg" data-bind="attr: {disabled: $root.freezeForm, id: field_id},
wysiwyg: {value: $root[field_name], id: field_id}"></textarea>
<!-- /ko -->
<!-- ko ifnot: editable -->
<div class="uneditable" data-bind="html: $root[field_name]"></div>
Expand Down

0 comments on commit f7818e3

Please sign in to comment.