Skip to content

Commit

Permalink
Merge pull request mozilla-services#887 from rhelmer/bug802479-remote…
Browse files Browse the repository at this point in the history
…-extra-monkey

bug 802479 - remove extra SeaMonkey
  • Loading branch information
rhelmer committed Oct 17, 2012
2 parents e51ee40 + 36075a9 commit 5340ddf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions webapp-php/application/config/products.php-dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ $config['default_product'] = 'Firefox';
$config['product_weights'] = array(
'Firefox' => 1,
'Thunderbird' => 2,
'SeaMonkey' => 3,
'Fennec' => 4,
'FennecAndroid' => 5,
'Camino' => 6,
'SeaMonkey' => 7,
'WebAppRuntime' => 8,
'B2G' => 9,
'Fennec' => 3,
'FennecAndroid' => 4,
'Camino' => 5,
'SeaMonkey' => 6,
'WebAppRuntime' => 7,
'B2G' => 8,
);

/**
Expand Down

0 comments on commit 5340ddf

Please sign in to comment.