c06bf99c09fe42ba933d291fed75057fc3eeeb68
downloads.md
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | # BioGrids Installation Manager |
2 | 2 | |
3 | -## Version 2.5.12 |
|
3 | +## Version 2.6.14 |
|
4 | 4 | |
5 | 5 | |
6 | 6 |
templates/layout.mustache
... | ... | @@ -55,6 +55,15 @@ |
55 | 55 | {{/mathjax}} |
56 | 56 | {{#js}}<script type="text/javascript" src="{{custom_js}}"></script>{{/js}} |
57 | 57 | |
58 | + <script> |
|
59 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
60 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
61 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
62 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
|
63 | + ga('create', 'UA-97128039-1', 'auto'); |
|
64 | + ga('send', 'pageview'); |
|
65 | + </script> |
|
66 | + |
|
58 | 67 | <title>{{title}}</title> |
59 | 68 | </head> |
60 | 69 | <body> |