Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -427,7 +427,7 @@ |
428 | 428 | window.location.reload(); |
429 | 429 | } else { |
430 | 430 | window.location = encodeURI( |
431 | | - wgServer + mw.config.get( 'wgArticlePath' ).replace( '$1', mw.util.wikiUrlencode( data.redirect.pageName ) ) |
| 431 | + mw.config.get( 'wgArticlePath' ).replace( '$1', mw.util.wikiUrlencode( data.redirect.pageName ) ) |
432 | 432 | + '#' + data.redirect.fragment ); |
433 | 433 | } |
434 | 434 | } |