https://bugzilla.wikimedia.org/show_bug.cgi?id=28413

--- Comment #2 from Michael M. <[email protected]> 2011-04-05 07:30:21 UTC 
---
I found this bug in jQuery's bug tracker:
http://bugs.jquery.com/ticket/4230

The solution there seems to work:

$( 'head' )
 .append( $( '<link />' )
           .attr( 'rel', 'stylesheet' )
           .attr( 'type', 'text/css' )
           .attr( 'href', modules ) )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to