Changeset 3826:e2716fb376e6 for plugins/widgets/js
- Timestamp:
- 08/26/18 19:10:29 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/js/dragdrop.js
r3709 r3826 71 71 'width': $('#widgets-ref > li').css('width') 72 72 }); 73 }, 74 stop: function(event, ui) { 75 if (!dotclear.widget_noeditor) { 76 ui.helper.find('textarea:not(.noeditor)').each(function() { 77 if ($.isFunction(jsToolBar)) { 78 var tbWidgetText = new jsToolBar(this); 79 tbWidgetText.draw('xhtml'); 80 } 81 }) 82 } 73 83 } 74 84 });
Note: See TracChangeset
for help on using the changeset viewer.