 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
    
  
    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| 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' | 
| } | 
| ] |