category widget changes

This commit is contained in:
barisusakli
2014-05-27 12:44:28 -04:00
parent 640500bc5f
commit 48aba5fc64
8 changed files with 53 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ SocketCategories.getRecentReplies = function(socket, cid, callback) {
};
SocketCategories.get = function(socket, data, callback) {
categories.getAllCategories(0, callback);
categories.getAllCategories(callback);
};
SocketCategories.loadMore = function(socket, data, callback) {