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