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

Unified Diff: globals/browsers.py

Issue 29596595: Issue 5912 - Hide/Show Content based on selected browser on help.eyeo.com article pages (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 3, 2017, 10:23 a.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 | static/js/main.js » ('j') | static/js/main.js » ('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',
ire 2017/11/03 10:24:35 I forgot to change these before
'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 | static/js/main.js » ('j') | static/js/main.js » ('J')

Powered by Google App Engine
This is Rietveld