Show
Ignore:
Timestamp:
07/28/08 20:01:30 (4 months ago)
Author:
mattn
Message:

workarround for IE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/TracUtils.js

    r16759 r16763  
    454454 
    455455                        authorE.prepend(a); 
     456 
     457                        // workarround for IE 
     458                        if ($.browser.msie) $(a).parent().css({backgroundColor: 'white'}); 
    456459                } 
    457460