From dd4ee28d26dff3b0002fed4ca86046562187f083 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Tue, 16 Jul 2013 16:21:12 -0400 Subject: [PATCH] removed ajaxify.enable, closes #85 --- public/src/forum/category.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/src/forum/category.js b/public/src/forum/category.js index f8306f6063..380db05f18 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -56,8 +56,6 @@ container.insertBefore(topic, null); $(topic).hide().fadeIn('slow'); } - - ajaxify.enable(); });