try asking this question on wikitech-l mailing list or on the support desk
- the audience there is broader:
http://www.mediawiki.org/wiki/Project:Support_desk
-
Yury Katkov, WikiVote
On Tue, Mar 12, 2013 at 3:34 AM, Lists wrote:
> Hello,
>
> I experienced that resourceLoader is somtimes no
Hello,
I experienced that resourceLoader is somtimes not fast enough although we
are using
"$(document).ready(function(){" for 3party Js-libraries.
This causes runtime errors which could have been avoided by using
"$wgOut->addHeadItem" and or the "position:top"-flag
while registering modules.