remove hardcoded topic_row_size

I can't believe this is still here haha
This commit is contained in:
psychobunny
2015-03-17 11:17:00 -04:00
parent 412c5360a6
commit b81646477f

View File

@@ -62,7 +62,6 @@ var async = require('async'),
category.nextStart = results.topics.nextStart;
category.pageCount = results.pageCount;
category.isIgnored = results.isIgnored[0];
category.topic_row_size = 'col-md-9';
plugins.fireHook('filter:category.get', {category: category, uid: data.uid}, function(err, data) {
callback(err, data ? data.category : null);