User "Krinkle" posted a comment on MediaWiki.r88767.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88767#c17405
Commit summary:

partially reverting recent edits - local wiki configuration should be optional, 
not required

Comment:

<pre>
                        var wikiLoveConfigUrl = wgServer + wgScript + '?' + 
$.param( { 'title': 'MediaWiki:WikiLove.js', 'action': 'raw', 'ctype': 
'text/javascript' } );
-                       $.getScript( wikiLoveConfigUrl, function() {
+                       mw.loader.load( wikiLoveConfigUrl );
+                       
</pre>

That also removes the callback introduced in r88699, which reopened the 
asynchronous problem.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to