 Issue 29559620:
  Issue 5692 - Create Browser Selector with Browser Detection Component for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29559620:
  Issue 5692 - Create Browser Selector with Browser Detection Component for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Index: templates/article.tmpl | 
| =================================================================== | 
| --- a/templates/article.tmpl | 
| +++ b/templates/article.tmpl | 
| @@ -47,13 +47,15 @@ | 
| <? include product-topics-accordion ?> | 
| </aside> | 
| </div> | 
| </main> | 
| <script id="no-content-for-platform-message" type="text/template"> | 
| <p>{{ "Unfortunately, there is no content specific for your current browser. Please use the dropdown menu above to choose a different browser." | translate("no-content-for-platform-message", "paragraph") }}</p> | 
| </script> | 
| + | 
| +<script src="/js/vendor/bowser.js"></script> | 
| 
juliandoucette
2017/11/02 13:10:56
suggest: We could add scripts like these to a scri
 
ire
2017/11/02 14:31:14
Good idea. Done.
I think it might also be a good
 | 
| {% endblock %} | 
| {% block footer %} | 
| <? include contact ?> | 
| {% endblock %} |