[Jifty-commit] jifty branch, jquery_with_ui, updated. 99c54250d466c800cffdd8c2e7163009cd98a15e

Jifty commits jifty-commit at lists.jifty.org
Mon Feb 1 08:40:28 EST 2010


The branch, jquery_with_ui has been updated
       via  99c54250d466c800cffdd8c2e7163009cd98a15e (commit)
      from  730e3903a6a58c80acd409034390681c02440227 (commit)

Summary of changes:
 share/web/static/js/iutil.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 99c54250d466c800cffdd8c2e7163009cd98a15e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Feb 1 21:38:29 2010 +0800

    jquery 1.3+ doesn't support [@attr] any more

diff --git a/share/web/static/js/iutil.js b/share/web/static/js/iutil.js
index 2dcba9f..a4e8fb5 100644
--- a/share/web/static/js/iutil.js
+++ b/share/web/static/js/iutil.js
@@ -225,7 +225,7 @@ jQuery.iUtil = {
 			);
 	},
 	fixPNG : function (el, emptyGIF) {
-		var images = jQuery('img[@src*="png"]', el||document), png;
+		var images = jQuery('img[src*="png"]', el||document), png;
 		images.each( function() {
 			png = this.src;				
 			this.src = emptyGIF;

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list