Dotclear


Ignore:
Timestamp:
11/22/18 14:10:26 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Children:
3937:8783cf8c1236, 3949:47fa8f351f8a
Message:

Don't presume about jsToolBar existence!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_category.js

    r3880 r3936  
    55  dotclear.hideLockable(); 
    66 
    7   if ($.isFunction(jsToolBar)) { 
     7  if (typeof jsToolBar !== 'undefined' && $.isFunction(jsToolBar)) { 
    88    const tbCategory = new jsToolBar(document.getElementById('cat_desc')); 
    99    tbCategory.draw('xhtml'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map