Changeset 2860:9905df885b65 for admin/js
- Timestamp:
- 12/18/14 09:41:48 (11 years ago)
- Branch:
- 2.7
- Location:
- admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_comment.js
r2857 r2860 1 1 $(function() { 2 if ( typeof(jsToolBar)!==undefined) {2 if ($.isFunction(jsToolBar)) { 3 3 var tbComment = new jsToolBar(document.getElementById('comment_content')); 4 4 tbComment.draw('xhtml'); -
admin/js/_index.js
r2856 r2860 2 2 var f = $('#quick-entry'); 3 3 if (f.length > 0) { 4 if ( typeof(jsToolBar)!==undefined) {4 if ($.isFunction(jsToolBar)) { 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.