Dotclear

Changeset 2856:b9ae6bf9bd6e for admin/js


Ignore:
Timestamp:
12/17/14 11:40:49 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.7
Message:

Load wanted editor for each context
Closes #2011, Closes #2014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_index.js

    r2614 r2856  
    22     var f = $('#quick-entry'); 
    33     if (f.length > 0) { 
    4           if ($.isFunction('jsToolBar')) { 
     4          if (typeof(jsToolBar)!==undefined) { 
    55               var contentTb = new jsToolBar($('#post_content',f)[0]); 
    66               contentTb.switchMode($('#post_format',f).val()); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map