Code: Select all
<script type="text/javascript">
var withFrames = true;
var webhelpSearchRanking = <xsl:value-of select="$WEBHELP_SEARCH_RANKING"/>;
</script>
However by adding this in front of the meta tag:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Please move the scripts for the respective index files behind the meta tags to fix this issue.