Changeset 3936:4ae4c187b41e for admin/js/_category.js
- Timestamp:
- 11/22/18 14:10:26 (7 years ago)
- Branch:
- default
- Children:
- 3937:8783cf8c1236, 3949:47fa8f351f8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_category.js
r3880 r3936 5 5 dotclear.hideLockable(); 6 6 7 if ( $.isFunction(jsToolBar)) {7 if (typeof jsToolBar !== 'undefined' && $.isFunction(jsToolBar)) { 8 8 const tbCategory = new jsToolBar(document.getElementById('cat_desc')); 9 9 tbCategory.draw('xhtml');
Note: See TracChangeset
for help on using the changeset viewer.