From: Brandon Aaron Date: Mon, 16 Feb 2009 21:20:51 +0000 (+0000) Subject: fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=72cf42bcbd4f7dc351d313c65d8bce113981d159;hp=72cf42bcbd4f7dc351d313c65d8bce113981d159;p=jquery.git fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like setting style.display to undefined. also second for loop was mistakenly nested within the first for loop. ---