Index: trunk/extensions/WikiLove/wikiLove.js |
— | — | @@ -24,8 +24,8 @@ |
25 | 25 | openDialog: function() { |
26 | 26 | if ( $.wikiLove.$dialog === null ) { |
27 | 27 | // 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 ); |
30 | 30 | |
31 | 31 | // Find out if we can email the user |
32 | 32 | $.wikiLove.getEmailable(); |