From 2152bb6008d9bbb08dbfce8930e7080d311a8a56 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 12 Jan 2011 22:27:29 +0000 Subject: [PATCH] Removed supersleight.js call from theme. --- themes/wilma/js/utils.js | 4 ---- themes/wilma/templates/head.ftl | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 themes/wilma/js/utils.js diff --git a/themes/wilma/js/utils.js b/themes/wilma/js/utils.js deleted file mode 100644 index f3a4dbac..00000000 --- a/themes/wilma/js/utils.js +++ /dev/null @@ -1,4 +0,0 @@ -/* $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/head.ftl b/themes/wilma/templates/head.ftl index 070cd36c..26a1c6e8 100644 --- a/themes/wilma/templates/head.ftl +++ b/themes/wilma/templates/head.ftl @@ -8,13 +8,11 @@ <#include "stylesheets.ftl"> - <#include "headScripts.ftl">