Project

General

Profile

« Previous | Next » 

Revision 5704

include loadStats() method in branding.js to be reused more widely (with qformat parameter)

View differences:

eml-distribution.xsl
152 152
			</span>
153 153
			<script language="JavaScript">
154 154
				if (window.loadStats) {
155
					loadStats('<xsl:value-of select="$divID" />', '<xsl:value-of select="$docID" />', '<xsl:value-of select="$contextURL" />/metacat');
155
					loadStats(
156
						'<xsl:value-of select="$divID" />', 
157
						'<xsl:value-of select="$docID" />', 
158
						'<xsl:value-of select="$contextURL" />/metacat', 
159
						'<xsl:value-of select="$qformat" />');
156 160
				}
157 161
			</script>
158 162
		</xsl:if>			

Also available in: Unified diff