Remove some whitespace and old inactive code
git-svn-id: http://svn.automattic.com/wordpress/trunk@10064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
569a1ff339
commit
6d0ea0e3e9
|
@ -1,10 +1,4 @@
|
||||||
jQuery(document).ready( function($) {
|
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-no-js').show();
|
||||||
jQuery('.hide-if-js').hide();
|
jQuery('.hide-if-js').hide();
|
||||||
|
|
||||||
|
@ -14,7 +8,6 @@ jQuery(document).ready( function($) {
|
||||||
$('#timestampdiv').slideDown("normal");
|
$('#timestampdiv').slideDown("normal");
|
||||||
$('.edit-timestamp').hide();
|
$('.edit-timestamp').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -27,7 +20,6 @@ jQuery(document).ready( function($) {
|
||||||
$('#mn').val($('#hidden_mn').val());
|
$('#mn').val($('#hidden_mn').val());
|
||||||
$('#timestamp').html(stamp);
|
$('#timestamp').html(stamp);
|
||||||
$('.edit-timestamp').show();
|
$('.edit-timestamp').show();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -42,7 +34,6 @@ jQuery(document).ready( function($) {
|
||||||
$('#hh').val() + ':' +
|
$('#hh').val() + ':' +
|
||||||
$('#mn').val() + '</b> '
|
$('#mn').val() + '</b> '
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Reference in New Issue