Fixed news list hider function.

In the previous version the whole #hirek DIV was cleared, which rendered
the redisplay function faulty.

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
master
Gergely POLONKAI 11 years ago
parent 111c563409
commit 36fbac8fcd

@ -211,7 +211,7 @@
});
$('#news-close-button').click(function() {
$('#hirek').html('');
$('#news-content').html('');
$('#hirek').hide();
$('#content-outline').css('width', '960px');
$('#news-button').show();

Loading…
Cancel
Save