Dotclear

Changeset 2860:9905df885b65 for admin/js


Ignore:
Timestamp:
12/18/14 09:41:48 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.7
Message:

Revert test of jsToolBar

Location:
admin/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_comment.js

    r2857 r2860  
    11$(function() { 
    2      if (typeof(jsToolBar)!==undefined) { 
     2     if ($.isFunction(jsToolBar)) { 
    33          var tbComment = new jsToolBar(document.getElementById('comment_content')); 
    44          tbComment.draw('xhtml'); 
  • admin/js/_index.js

    r2856 r2860  
    22     var f = $('#quick-entry'); 
    33     if (f.length > 0) { 
    4           if (typeof(jsToolBar)!==undefined) { 
     4          if ($.isFunction(jsToolBar)) { 
    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