https://bugzilla.wikimedia.org/show_bug.cgi?id=36302
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Blocks| |35126 Resolution| |FIXED --- Comment #2 from Krinkle <[email protected]> 2012-05-01 21:45:53 UTC --- This line is where it adds it twice, once the styles (on top) and once as a regular module: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Gadgets.git;a=blob;f=Gadgets_body.php;h=4869d8c25e4728e25c6cf0b1c87bc951dddce05a;hb=HEAD#l149 It does that because gadgets are always in the <body> load queue, so styles intended for elements of the core mediawiki skin should be loaded in the <head> so that there is no flash. In Gadgets 2.0 this has been fixed: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Gadgets.git;a=blob;f=Gadgets.hooks.php;h=8d899dc48d730dca334c8a702936f20db349d315;hb=RL2#l359 And in Gadgets 2.0 there is a new definition property to choose which queue the module should be loaded from. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
