avoid installer for unreviewed search engines (bug 570006)

This commit is contained in:
Jeff Balogh 2010-06-03 14:41:57 -07:00
Родитель 9fb88b03e6
Коммит b0fce61d5d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -192,7 +192,7 @@ var installButton = function() {
// Only bad platform is possible.
$button.addPopup(pmsg);
return true;
} else if (appSupported && !unreviewed || search) {
} else if (appSupported || search && !unreviewed) {
// Good version, good platform.
$button.addClass('installer');
}