Fix path for plugins.js

This commit is contained in:
Brian Federle 2012-12-19 14:03:31 -08:00
parent eae7d43c2c
commit bd9bedac8a
2 changed files with 1 additions and 0 deletions

View File

@ -1673,6 +1673,7 @@ under the License.
<script type="text/javascript" src="scripts/system.js?t=<%=now%>"></script>
<script type="text/javascript" src="scripts/domains.js?t=<%=now%>"></script>
<script type="text/javascript" src="scripts/docs.js?t=<%=now%>"></script>
<script type="text/javascript" src="scripts/plugins.js?t=<%=now%>"></script>
</body>
</html>
<jsp:include page="dictionary.jsp" />