Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_blog_pref.js

    r3005 r3227  
    3030          $(this).parent().next('.chosen').html($(this).find(':selected').prop('label')); 
    3131     }); 
     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 
    3241}); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map