- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_blog_pref.js
r3227 r3005 30 30 $(this).parent().next('.chosen').html($(this).find(':selected').prop('label')); 31 31 }); 32 33 // HTML text editor34 if ($.isFunction(jsToolBar)) {35 $('#blog_desc').each(function() {36 var tbWidgetText = new jsToolBar(this);37 tbWidgetText.draw('xhtml');38 });39 }40 41 32 });
Note: See TracChangeset
for help on using the changeset viewer.