Changeset 3825:b09d7ce99c2f for plugins/widgets/index.php
- Timestamp:
- 08/26/18 18:19:14 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/index.php
r3731 r3825 223 223 } 224 224 if ($rte_flag) { 225 echo $core->callBehavior('adminPostEditor', $widget_editor['xhtml'], 'widget', array('#sidebarsWidgets textarea'), 'xhtml'); 225 echo $core->callBehavior('adminPostEditor', $widget_editor['xhtml'], 'widget', 226 array('#sidebarsWidgets textarea:not(.noeditor)'), 'xhtml'); 226 227 } 227 228 echo (dcPage::jsConfirmClose('sidebarsWidgets'));
Note: See TracChangeset
for help on using the changeset viewer.