diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-18 01:52:56 +0200 |
commit | 55dd52942e11dae5510a5a4b261b296151532e1e (patch) | |
tree | 724a11cdb8eb715847de805713dc0f7e03fde04a /website/logi/iepngfix.htc | |
parent | de15a9d760d215b285d74a47184ca4e49c6c9268 (diff) | |
parent | a61efb8db4904a848ba69f3e87747db5883693c1 (diff) | |
download | lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.gz lombok-55dd52942e11dae5510a5a4b261b296151532e1e.tar.bz2 lombok-55dd52942e11dae5510a5a4b261b296151532e1e.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
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) { |