Added link to support doc on adding analytics code to googleAnalytics.ftl. Added this file to known_exceptions.txt for licenser.
This commit is contained in:
parent
bb69995043
commit
b8928a54c4
2 changed files with 4 additions and 3 deletions
|
@ -18,3 +18,5 @@ themes/vivo-basic/css/blueprint/ie.css
|
||||||
|
|
||||||
# PROBLEM: This is from www.involutionstudios.com, not blueprint. What are the license restrictions?
|
# PROBLEM: This is from www.involutionstudios.com, not blueprint. What are the license restrictions?
|
||||||
themes/vivo-basic/css/blueprint/liquid.css
|
themes/vivo-basic/css/blueprint/liquid.css
|
||||||
|
|
||||||
|
themes/vivo-basic/templates/page/partials/googleAnalytics.ftl
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- NOTICE: This is SAMPLE Google Analytics code. You must replace it with your institution's code.
|
||||||
|
Please see documentation at https://confluence.cornell.edu/display/ennsrd/Google+Analytics+for+UI. -->
|
||||||
<#-- NOTICE: This is SAMPLE Google Analytics code. You must replace it with your institution's code. -->
|
|
||||||
|
|
||||||
<#--
|
<#--
|
||||||
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue