Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: globals/browsers.py

Issue 29598558: Issue 5980 - Use correct browser logos for browser select on help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Odd opacity styles Created Nov. 5, 2017, 6:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | includes/browser-select.tmpl » ('j') | static/img/svg/ios.svg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: globals/browsers.py
===================================================================
--- a/globals/browsers.py
+++ b/globals/browsers.py
@@ -27,28 +27,32 @@
'id': 'ios',
'name': 'iOS Safari'
},
{
'id': 'safari',
'name': 'Safari'
},
{
- 'id': 'ie',
+ 'id': 'msie',
'name': 'Internet Explorer'
},
{
+ 'id': 'msedge',
+ 'name': 'Microsoft Edge'
+ },
+ {
'id': 'opera',
'name': 'Opera'
},
{
'id': 'maxthon',
'name': 'Maxthon'
},
{
- 'id': 'samsung',
+ 'id': 'samsungBrowser',
'name': 'Samsung Internet'
},
{
- 'id': 'yandex',
+ 'id': 'yandexBrowser',
'name': 'Yandex.Browser'
}
]
« no previous file with comments | « no previous file | includes/browser-select.tmpl » ('j') | static/img/svg/ios.svg » ('J')

Powered by Google App Engine
This is Rietveld