From 6d0ea0e3e91da3f886ac1c1f136a01dc32d9145b Mon Sep 17 00:00:00 2001 From: markjaquith Date: Fri, 5 Dec 2008 07:36:53 +0000 Subject: [PATCH] Remove some whitespace and old inactive code git-svn-id: http://svn.automattic.com/wordpress/trunk@10064 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/comment.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/wp-admin/js/comment.js b/wp-admin/js/comment.js index 9b870da08a..7d5055255b 100644 --- a/wp-admin/js/comment.js +++ b/wp-admin/js/comment.js @@ -1,10 +1,4 @@ jQuery(document).ready( function($) { -// postboxes.add_postbox_toggles('comment'); - - // close postboxes that should be closed -// jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed'); - - // show things that should be visible, hide what should be hidden jQuery('.hide-if-no-js').show(); jQuery('.hide-if-js').hide(); @@ -14,7 +8,6 @@ jQuery(document).ready( function($) { $('#timestampdiv').slideDown("normal"); $('.edit-timestamp').hide(); } - return false; }); @@ -27,7 +20,6 @@ jQuery(document).ready( function($) { $('#mn').val($('#hidden_mn').val()); $('#timestamp').html(stamp); $('.edit-timestamp').show(); - return false; }); @@ -42,7 +34,6 @@ jQuery(document).ready( function($) { $('#hh').val() + ':' + $('#mn').val() + ' ' ); - return false; }); -}); +}); \ No newline at end of file