mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove some whitespace and old inactive code
git-svn-id: https://develop.svn.wordpress.org/trunk@10064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-10
@@ -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() + '</b> '
|
||||
);
|
||||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user