Removed supersleight.js call from theme.
This commit is contained in:
parent
8e9c69cd24
commit
2152bb6008
2 changed files with 0 additions and 6 deletions
|
@ -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();
|
|
|
@ -8,13 +8,11 @@
|
||||||
|
|
||||||
<#include "stylesheets.ftl">
|
<#include "stylesheets.ftl">
|
||||||
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Arimo:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
|
|
||||||
|
|
||||||
<#include "headScripts.ftl">
|
<#include "headScripts.ftl">
|
||||||
|
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
<link rel="stylesheet" href="${urls.theme}/css/ie6.css" />
|
<link rel="stylesheet" href="${urls.theme}/css/ie6.css" />
|
||||||
<script type="text/javascript" src="${urls.base}/js/jquery_plugins/supersleight.js"></script>
|
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!--[if IE 7]>
|
<!--[if IE 7]>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue