Re: [SMW-devel] resourceLoader and SMW-extensions

2013-03-11 Thread Yury Katkov
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

[SMW-devel] resourceLoader and SMW-extensions

2013-03-11 Thread Lists
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.