mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Remove calls to pngfix.js
This commit is contained in:
@@ -31,9 +31,6 @@ function toggleview (id1,id2) {
|
||||
(obj1.className=="itemshown") ? obj2.innerHTML="<img border='0' src='images/open.gif' alt='[–]'>" : obj2.innerHTML="<img border='0' src='images/closed.gif' alt='[+]'>";
|
||||
}
|
||||
</script>
|
||||
<!--[if gte IE 5.5000]>
|
||||
<script type='text/javascript' src='pngfix.js'></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class='menubody'>
|
||||
|
||||
@@ -72,9 +72,6 @@ if ($module_name eq "mailbox" && $ENV{'HTTP_REFERER'} =~ /(edit|save)_(folder|co
|
||||
sub theme_prehead
|
||||
{
|
||||
print "<link rel='stylesheet' type='text/css' href='$gconfig{'webprefix'}/unauthenticated/style.css' />\n";
|
||||
print "<!--[if gte IE 5.5000]>\n";
|
||||
print "<script type='text/javascript' src='$gconfig{'webprefix'}/unauthenticated/pngfix.js'></script>\n";
|
||||
print "<![endif]-->\n";
|
||||
print "<script>\n";
|
||||
print "var rowsel = new Array();\n";
|
||||
print "</script>\n";
|
||||
|
||||
Reference in New Issue
Block a user