fix coding style

This commit is contained in:
rabuzarus 2017-10-19 00:52:01 +02:00
parent 6630e50ecf
commit 8cc17bdde6
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}