Ticket #7435: hide-if-no-js.2.diff
File hide-if-no-js.2.diff, 455 bytes (added by , 16 years ago) |
---|
-
wp-admin/js/edit-comments.js
200 211 .animate( { backgroundColor:"transparent" }, 600 ); 201 212 202 213 setCommentsList(); 214 215 // show things that should be visible 216 jQuery('#comment-'+r.id+' .hide-if-no-js').removeClass('hide-if-no-js'); 203 217 }, 204 218 205 219 error : function(r) {