fontawesome 4 migration, closes #473

This commit is contained in:
Baris Usakli
2013-11-26 14:25:46 -05:00
parent a5e78aab08
commit 541993c80a
68 changed files with 916 additions and 2997 deletions

View File

@@ -558,7 +558,7 @@ module.exports.init = function(io) {
});
socket.on('api:categories.get', function() {
categories.getAllCategories(function(categories) {
categories.getAllCategories(0, function(err, categories) {
socket.emit('api:categories.get', categories);
});
});