Changeset 2856:b9ae6bf9bd6e for admin/js
- Timestamp:
- 12/17/14 11:40:49 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_index.js
r2614 r2856 2 2 var f = $('#quick-entry'); 3 3 if (f.length > 0) { 4 if ( $.isFunction('jsToolBar')) {4 if (typeof(jsToolBar)!==undefined) { 5 5 var contentTb = new jsToolBar($('#post_content',f)[0]); 6 6 contentTb.switchMode($('#post_format',f).val());
Note: See TracChangeset
for help on using the changeset viewer.