r88359 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88358‎ | r88359 | r88360 >
Date:22:30, 17 May 2011
Author:kaldari
Status:ok
Tags:
Comment:
re-enabling local configuration ability. I turned it off for testing and forgot to re-enable it before the commit
Modified paths:
  • /trunk/extensions/WikiLove/wikiLove.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/wikiLove.js
@@ -24,8 +24,8 @@
2525 openDialog: function() {
2626 if ( $.wikiLove.$dialog === null ) {
2727 // Load local configuration
28 - //var wikiLoveConfigUrl = wgServer + wgScript + '?' + $.param( { 'title': 'MediaWiki:WikiLove.js', 'action': 'raw', 'ctype': 'text/javascript' } );
29 - //mw.loader.load( wikiLoveConfigUrl );
 28+ var wikiLoveConfigUrl = wgServer + wgScript + '?' + $.param( { 'title': 'MediaWiki:WikiLove.js', 'action': 'raw', 'ctype': 'text/javascript' } );
 29+ mw.loader.load( wikiLoveConfigUrl );
3030
3131 // Find out if we can email the user
3232 $.wikiLove.getEmailable();

Status & tagging log