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

--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com> 2010-09-27 08:39:36 
UTC ---
Exactly how are you adding the JS to the page? Adding JS inline (that is, at
arbitrary locations in the <body>) is no longer supported. Instead, use
$wgOut->addScript() or $wgOut->addScriptFile(). This previously used to put
scripts in the <head>, but will now put them in the location where the resource
loader expects them. Of course, porting your extension(s) to use the resource
loader would be even nicer (but kills 1.16 compat).

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to