fix coding style
This commit is contained in:
parent
6630e50ecf
commit
8cc17bdde6
|
@ -5,8 +5,7 @@ function showHideDates() {
|
|||
$('#posted-date-dropdown').hide();
|
||||
$('#posted-date-collapse').html(window.showMore);
|
||||
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$('#posted-date-dropdown').show();
|
||||
$('#posted-date-collapse').html(window.showFewer);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue