Every time I click in some menu I saw one more function.js in Chrome Debug window as you can see in the printshot attached. Does it mean that my application is downloading every request a new file of function.js? If so, how can I avoid this duplication?
Basiclly, my main XSL has
<xsl:template match="c:abc">
<html>
<head>
<title>
ABC - <xsl:value-of select="$user"/>
</title>
<script language="JavaScript" src="/abc/javascript/functions.js"/>
Javascript Duplicated.jpg