Remove tealium/utag.js reference because this will now be pulled in via HaaS.
Change-Id: Ia0c030df2a1ce95e5d07df7f5f83485f682c8e8d
This commit is contained in:
@@ -60,17 +60,6 @@
|
||||
<xsl:call-template name="user.footer.navigation"/>
|
||||
</div>
|
||||
<div id="raxheaderfooterservice-footercontent"><xsl:comment/></div>
|
||||
<xsl:if test="$webhelp.war != '0' and $webhelp.war != ''">
|
||||
<script type="text/javascript">
|
||||
var s = document.createElement( 'script' );
|
||||
if ( location.hostname == "docs.rackspace.com") {
|
||||
s.setAttribute('src', "https://tags.tiqcdn.com/utag/rackspace/docs/prod/utag.js");
|
||||
document.body.appendChild( s ); }
|
||||
else if ( location.hostname == "docs-staging.rackspace.com") {
|
||||
s.setAttribute('src', "https://tags.tiqcdn.com/utag/rackspace/docs/qa/utag.js");
|
||||
document.body.appendChild( s ); }
|
||||
</script>
|
||||
</xsl:if>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<div id="content">
|
||||
|
||||
Reference in New Issue
Block a user