Fix show search not including quality profile

This commit is contained in:
seedzero
2014-08-10 12:46:29 +12:00
committed by Dean Gardiner
parent 5e438e5343
commit ce80ac5a33
@@ -185,7 +185,7 @@ Block.Search.ShowItem = new Class({
self.category_select.show();
categories.each(function(category){
new Element('option', {
'value': category.data.id,
'value': category.data._id,
'text': category.data.label
}).inject(self.category_select);
});