NIHVIVO-555. Added comment to page.ftl and added new path files to the
license-insertion process file
This commit is contained in:
parent
7aca168460
commit
69d548436f
2 changed files with 5 additions and 5 deletions
|
@ -30,11 +30,11 @@ themes/wilma/css/pictos.css
|
||||||
|
|
||||||
# Script for enabling new HTML5 semantic markup in IE browsers.
|
# Script for enabling new HTML5 semantic markup in IE browsers.
|
||||||
# remysharp.com/2009/01/07/html5-enabling-script/
|
# 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
|
# 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
|
# Supersleight jQuery Plugin for Transparent PNGs in IE6. allinthehead.com/retro/338/supersleight-jquery-plugin
|
||||||
js/supersleight.js
|
webapp/web/js/supersleight.js
|
||||||
js/supersleightUtils.js
|
webapp/web/js/supersleightUtils.js
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<link rel="stylesheet" href="${themeDir}/css/style.css" />
|
<link rel="stylesheet" href="${themeDir}/css/style.css" />
|
||||||
|
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||||
${headScripts.add("/js/html5.js")}
|
${headScripts.add("/js/html5.js")}
|
||||||
${headScripts.tags}
|
${headScripts.tags}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue