Added new utils.js files and folder under js for javascript code need it for the theme.

This commit is contained in:
mb863 2010-10-06 20:32:00 +00:00
parent 5ab172e929
commit 1d84201acb
2 changed files with 8 additions and 4 deletions

4
themes/wilma/js/utils.js Normal file
View file

@ -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();