avoid installer for unreviewed search engines (bug 570006)
This commit is contained in:
Родитель
9fb88b03e6
Коммит
b0fce61d5d
|
@ -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');
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче