include bad platforms after unreviewed popup (bug 567811)

This commit is contained in:
Jeff Balogh 2010-05-25 21:10:11 -07:00
Родитель 5df1fab0ef
Коммит 2237874a29
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -233,7 +233,7 @@ var installButton = function() {
$button.addPopup(message('unreviewed'));
versionsAndPlatforms({addPopup: false});
$button.removeClass('installer');
if (olderBrowser || newerBrowser) {
if (olderBrowser || newerBrowser || badPlatform) {
// The unreviewed warning comes up the first time. Then we show
// the version/platform popup.
$button.bind('newPopup', function(e, popup) {