aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
Diffstat (limited to 'template-common')
-rw-r--r--template-common/pngfix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/template-common/pngfix.js b/template-common/pngfix.js
index 549761a1d..31db8bdd6 100644
--- a/template-common/pngfix.js
+++ b/template-common/pngfix.js
@@ -10,7 +10,7 @@ function correctPNG()
for(var i=0; i<document.images.length; i++)
{
var img = document.images[i]
- if (img.className == "button" || img.className == "icon")
+ if (img.className == "button" || img.className == "icon" || img.className == "png")
{
var imgName = img.src.toUpperCase()
if (imgName.substring(imgName.length-3, imgName.length) == "PNG")