From 1d84201acb98fe8cfee17a1089204fcb7b77d225 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 6 Oct 2010 20:32:00 +0000 Subject: [PATCH] Added new utils.js files and folder under js for javascript code need it for the theme. --- themes/wilma/js/utils.js | 4 ++++ themes/wilma/templates/page.ftl | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 themes/wilma/js/utils.js diff --git a/themes/wilma/js/utils.js b/themes/wilma/js/utils.js new file mode 100644 index 00000000..c3e232e1 --- /dev/null +++ b/themes/wilma/js/utils.js @@ -0,0 +1,4 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +//Fix Transparent PNGs in IE6. +//webapp/web/js/jquery_plugins/supersleight.js creates the supersleight() method +$('body').supersleight(); \ No newline at end of file diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index ceec3feb..05b15d1d 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -102,12 +102,12 @@ ${headScripts.tags} ${scripts.add("/js/jquery.js")} -${scripts.tags} + +${scripts.tags} -<#include "googleAnalytics.ftl">