diff options
Diffstat (limited to 'website/logi/iepngfix.htc')
-rwxr-xr-x | website/logi/iepngfix.htc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/logi/iepngfix.htc b/website/logi/iepngfix.htc index 7ca4dbe9..bbfb23c5 100755 --- a/website/logi/iepngfix.htc +++ b/website/logi/iepngfix.htc @@ -13,7 +13,7 @@ IEPNGFix.data = IEPNGFix.data || {}; // This must be a path to a blank image, relative to the HTML document(s). // In production use I suggest '/images/blankImg' or similar. That's all! -IEPNGFix.blankImg = 'logi-img/clear.gif'; +IEPNGFix.blankImg = 'clear.gif'; IEPNGFix.fix = function(elm, src, t) { |