Feature #14414
Custom scripts in <head>, beginning of <body>, and before <body>.
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Administration | |||
Target version: | - | |||
Resolution: |
Description
Hi, I am trying to add Gauges to my Redmine site. I couldn't because there are no options to do so. If you could add this as a setting in Administration > Settings > Display, that would be sweet! -Thanks
History
#1 Updated by Anonymous over 9 years ago
<script type="text/javascript"> var _gauges = _gauges || []; (function() { var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', 'IDCODEHERE'); t.src = '//secure.gaug.es/track.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); </script>
I need to add this before the </body> tag.
#2
Updated by Etienne Massip over 9 years ago
- Category set to Administration
- Priority changed from High to Normal