|
|
@ -303,7 +303,7 @@ Block.Search.Item = new Class({ |
|
|
|
}).inject(self.title_select) |
|
|
|
}) |
|
|
|
|
|
|
|
Object.each(Quality.profiles, function(profile){ |
|
|
|
Object.each(Quality.getActiveProfiles(), function(profile){ |
|
|
|
new Element('option', { |
|
|
|
'value': profile.id ? profile.id : profile.data.id, |
|
|
|
'text': profile.label ? profile.label : profile.data.label |
|
|
|