[wp-trac] [WordPress Trac] #4215: addLoadEvent is not defined

WordPress Trac wp-trac at lists.automattic.com
Tue May 1 17:07:58 GMT 2007


#4215: addLoadEvent is not defined
---------------------------+------------------------------------------------
 Reporter:  johnbillion    |       Owner:  matt
     Type:  defect         |      Status:  new 
 Priority:  lowest         |   Milestone:      
Component:  WordPress.org  |     Version:      
 Severity:  trivial        |    Keywords:      
---------------------------+------------------------------------------------
 WordPress.org is showing a !JavaScript error when browsing plugins in the
 Extend section. Can be seen at
 http://wordpress.org/extend/plugins/widgets/ .

 {{{
 Error: addLoadEvent is not defined
 }}}

 and the call in question is

 {{{
 addLoadEvent( function() {
         $$( '.star.select' ).each( function(i) {
                 i.onclick = ajaxRate;
         } );
 } );
 }}}

 I don't think it's critical though because the star rating system still
 works.

 Firefox 2.0/Vista.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4215>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list