removed thread state fix bottom bar class

This commit is contained in:
barisusakli
2015-04-02 22:34:23 -04:00
parent 9e3b2148ba
commit 9dac6303bb
4 changed files with 11 additions and 31 deletions

View File

@@ -267,7 +267,7 @@ define('forum/topic/posts', [
function showBottomPostBar() {
if(components.get('post').length > 1 || !components.get('post', 'index', 0).length) {
$('.bottom-post-bar').removeClass('hide');
$('.bottom-post-bar').removeClass('hidden');
}
}