From 66163d24c2e59266e1b3b66b81f587f26b4e09a5 Mon Sep 17 00:00:00 2001 From: nac26 Date: Thu, 3 Feb 2011 14:34:20 +0000 Subject: [PATCH] Reordered scripts to ensure jQuery is first. Put html5.js within conditional comments so that the additional http request is fired only for those browsers that need the crutch (IE8 and below) --- .../web/templates/freemarker/page/partials/headScripts.ftl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/page/partials/headScripts.ftl b/webapp/web/templates/freemarker/page/partials/headScripts.ftl index d995c593f..87de18146 100644 --- a/webapp/web/templates/freemarker/page/partials/headScripts.ftl +++ b/webapp/web/templates/freemarker/page/partials/headScripts.ftl @@ -2,11 +2,14 @@ <#-- Template for scripts that must be loaded in the head --> - - +<#-- script for enabling new HTML5 semantic markup in IE browsers --> + + ${headScripts.tags}