From 69d548436fabf85bc341635eb3c60b8da0810b81 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 6 Oct 2010 16:08:25 +0000 Subject: [PATCH] NIHVIVO-555. Added comment to page.ftl and added new path files to the license-insertion process file --- config/licenser/known_exceptions.txt | 8 ++++---- themes/wilma/templates/page.ftl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/licenser/known_exceptions.txt b/config/licenser/known_exceptions.txt index 0322e142..f309dd6c 100644 --- a/config/licenser/known_exceptions.txt +++ b/config/licenser/known_exceptions.txt @@ -30,11 +30,11 @@ themes/wilma/css/pictos.css # Script for enabling new HTML5 semantic markup in IE browsers. # remysharp.com/2009/01/07/html5-enabling-script/ -js/html5.js +webapp/web/js/html5.js # selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. selectivizr.com -js/selectivizr.js +webapp/web/js/selectivizr.js # Supersleight jQuery Plugin for Transparent PNGs in IE6. allinthehead.com/retro/338/supersleight-jquery-plugin -js/supersleight.js -js/supersleightUtils.js +webapp/web/js/supersleight.js +webapp/web/js/supersleightUtils.js diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index ad7f9bfa..ceec3feb 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -5,7 +5,7 @@ ${title} - + ${headScripts.add("/js/html5.js")} ${headScripts.tags}