From 166254b8481cee4725fd2ba9fa4cfb53aa8cf325 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 24 Jun 2013 12:54:14 -0400 Subject: [PATCH] fixes issue #16 (ajaxify.go is now called) and reintroduces the fadein animation for new topic post --- public/src/forum/category.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/src/forum/category.js b/public/src/forum/category.js index 4388198e5b..99c4d300e0 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -27,20 +27,21 @@ jQuery('#category-no-topics').remove(); topic.innerHTML = html; + topic = topic.querySelector('a'); + if (numTopics > 0) { for(x=0;x').appendTo("#topics-container").hide().append(html).fadeIn('slow'); - // set_up_posts(uniqueid); + ajaxify.enable(); });