check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics

This commit is contained in:
psychobunny
2013-05-21 17:02:04 -04:00
parent 03fcbcb051
commit ab492f147f
8 changed files with 95 additions and 6 deletions

View File

@@ -56,6 +56,8 @@ var ajaxify = {};
callback();
}
app.process_page();
jQuery('#content, #footer').fadeIn(200);
}, url, template);