 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/default.tmpl | 
| =================================================================== | 
| --- a/templates/default.tmpl | 
| +++ b/templates/default.tmpl | 
| @@ -49,11 +49,12 @@ | 
| <body> | 
| <? include layout/header ?> | 
| <div class="outer"> | 
| {% block body %} | 
| {{ body | safe }} | 
| {% endblock %} | 
| </div> | 
| <? include layout/footer ?> | 
| + <script src="/js/vendor/bowser.js"></script> | 
| <script src="/js/main.js"></script> | 
| </body> | 
| <html> |