aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/tags/common/headjs.tagx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/tags/common/headjs.tagx')
-rw-r--r--src/main/webapp/WEB-INF/tags/common/headjs.tagx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/webapp/WEB-INF/tags/common/headjs.tagx b/src/main/webapp/WEB-INF/tags/common/headjs.tagx
deleted file mode 100644
index 4e39e63..0000000
--- a/src/main/webapp/WEB-INF/tags/common/headjs.tagx
+++ /dev/null
@@ -1,10 +0,0 @@
-<jsp:root xmlns:c="http://java.sun.com/jsp/jstl/core"
- xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
- <jsp:directive.tag body-content="empty"/>
- <jsp:directive.attribute name="label" type="java.lang.String" required="true"/>
- <jsp:directive.attribute name="resource" type="java.lang.String" required="true"/>
-
- <script type="text/javascript">
- head.js({'${label}':'<c:out value="${resource}"/>?noCache=' + noCache});
- </script>
-</jsp:root>