Skip to content

Commit

Permalink
Changed showfor default to Firefox 5. [bug 664999]
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Jun 17, 2011
1 parent 621fde5 commit 0fc1e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/wiki/models.py
Expand Up @@ -72,9 +72,9 @@
VersionMetadata(6, _lazy(u'Firefox 6'),
_lazy(u'Firefox 6'), 'fx6', 6.9999, False, False),
VersionMetadata(5, _lazy(u'Firefox 5'),
_lazy(u'Firefox 5'), 'fx5', 5.9999, True, False),
_lazy(u'Firefox 5'), 'fx5', 5.9999, True, True),
VersionMetadata(1, _lazy(u'Firefox 4'),
_lazy(u'Firefox 4'), 'fx4', 4.9999, True, True),
_lazy(u'Firefox 4'), 'fx4', 4.9999, True, False),
VersionMetadata(2, _lazy(u'Firefox 3.5-3.6'),
_lazy(u'Firefox 3.5-3.6'), 'fx35', 3.9999, True,
False),
Expand All @@ -86,10 +86,10 @@
False),
VersionMetadata(7, _lazy(u'Firefox 5'),
_lazy(u'Firefox 5 for Mobile'), 'm5', 5.9999, True,
False),
True),
VersionMetadata(4, _lazy(u'Firefox 4'),
_lazy(u'Firefox 4 for Mobile'), 'm4', 4.9999, True,
True),)))
False),)))

# Flattened: # TODO: perhaps use optgroups everywhere instead
FIREFOX_VERSIONS = tuple(chain(*[options for label, options in
Expand Down

0 comments on commit 0fc1e9a

Please sign in to comment.