Index: branches/MwEmbedStandAlone/modules/MiroSubs/loader.js |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | }); |
20 | 20 | |
21 | 21 | mw.setDefaultConfig( { |
22 | | - 'MiroSubs.EnableUniversalSubsEditor': false |
| 22 | + 'MiroSubs.EnableUniversalSubsEditor': true |
23 | 23 | }) |
24 | 24 | |
25 | 25 | mw.addModuleLoader( 'MiroSubs', function(){ |
Index: branches/MwEmbedStandAlone/modules/MiroSubs/mw.MiroSubsConfig.js |
— | — | @@ -130,7 +130,7 @@ |
131 | 131 | buttons[ gM('mwe-mirosubs-save-subs') ] = function(){ |
132 | 132 | var summary = $j('#mwe-mirosubs-save-summary').val(); |
133 | 133 | // Append link to gadget: |
134 | | - summary+= ' with [[Help:Gadget-MwEmbed/UniversalSubs|UniversalSubs]]'; |
| 134 | + summary+= ' using [[Commons:UniversalSubtitles|UniversalSubs]]'; |
135 | 135 | callback( summary ); |
136 | 136 | // set dialog to loading |
137 | 137 | $j( this ).html( $j('<div />').append( |
Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | */ |
6 | 6 | var urlparts = getRemoteEmbedPath(); |
7 | 7 | var mwEmbedHostPath = urlparts[0]; |
8 | | -var mwRemoteVersion = 'r157'; |
| 8 | +var mwRemoteVersion = 'r158'; |
9 | 9 | var mwUseScriptLoader = true; |
10 | 10 | |
11 | 11 | // Log the mwRemote version makes it easy to debug cache issues |