Remove pngfix
pngfix.js is used for compatibility's reason with IE 5 and 6. I think that now that we're in 2019, we can get rid of it. Signed-off-by: jvoisin <julien.voisin@dustri.org>
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
<html><head>
|
||||
<%@ include file="head.jsp" %>
|
||||
<!--[if lt IE 7.]>
|
||||
<script defer type="text/javascript" src="script/pngfix.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
<%@ include file="include.jsp" %>
|
||||
|
||||
<!--[if lt IE 7.]>
|
||||
<script defer type="text/javascript" src="<c:url value="/script/pngfix.js"/>"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<c:set var="styleSheet"><spring:theme code="styleSheet"/></c:set>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="<c:url value="/icons/apple-touch-icon.png"/>"/>
|
||||
|
||||
Reference in New Issue
Block a user