Changeset 3825:b09d7ce99c2f for plugins/widgets/js
- Timestamp:
- 08/26/18 18:19:14 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/js/widgets.js
r3768 r3825 123 123 // HTML text editor 124 124 if ($.isFunction(jsToolBar)) { 125 $('#sidebarsWidgets textarea ').each(function() {125 $('#sidebarsWidgets textarea:not(.noeditor)').each(function() { 126 126 var tbWidgetText = new jsToolBar(this); 127 127 tbWidgetText.draw('xhtml');
Note: See TracChangeset
for help on using the changeset viewer.