Changeset 8821
- Timestamp:
- 09/05/2008 07:11:41 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/edit-comments.js
r8804 r8821 84 84 setCommentsList(); 85 85 }); 86 87 })(jQuery);88 89 (function($){90 86 91 87 commentReply = { … … 196 192 } 197 193 194 $('#comment-'+r.id+' .hide-if-no-js').removeClass('hide-if-no-js'); 195 198 196 $('#comment-'+r.id) 199 .animate( { backgroundColor:"#C FEBF7" }, 600 )197 .animate( { backgroundColor:"#CCEEBB" }, 600 ) 200 198 .animate( { backgroundColor:"transparent" }, 600 ); 201 199 … … 236 234 if ( typeof QTags != 'undefined' ) 237 235 ed_reply = new QTags('ed_reply', 'replycontent', 'replycontainer', 'more'); 236 238 237 if ( typeof $.table_hotkeys != 'undefined' ) { 239 238 var make_hotkeys_redirect = function(which) { -
trunk/wp-includes/script-loader.php
r8815 r8821 159 159 'strong' => __('Strong') 160 160 ) ); 161 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080 828' );161 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080905' ); 162 162 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( 163 163 'pending' => __('%i% pending'), // must look like: "# blah blah"
Note: See TracChangeset
for help on using the changeset viewer.