 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/minimal.tmpl | 
| =================================================================== | 
| --- a/templates/minimal.tmpl | 
| +++ b/templates/minimal.tmpl | 
| @@ -49,11 +49,14 @@ | 
| {% block body %} | 
| {{ body | safe }} | 
| {% endblock %} | 
| </div> | 
| {% block footer %} | 
| {{ footer | safe }} | 
| {% endblock %} | 
| <? include layout/footer ?> | 
| + {% block scripts %} | 
| + {{ scripts | safe }} | 
| + {% endblock %} | 
| <script src="/js/main.js"></script> | 
| </body> | 
| <html> |