X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.action%2Fmediawiki.action.view.redirect.js;h=4e733546378fca26a3e76027dc3a72f96a8f9a05;hb=49ce67be93dfbb40d036703dad2278ea9843f1ad;hp=39a122d98103cc81889ecb131e8659c0e6e0cc15;hpb=a2f369cbdf97b9f4d32dce742862e0dd181fe7e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.action/mediawiki.action.view.redirect.js b/resources/src/mediawiki.action/mediawiki.action.view.redirect.js index 39a122d981..4e73354637 100644 --- a/resources/src/mediawiki.action/mediawiki.action.view.redirect.js +++ b/resources/src/mediawiki.action/mediawiki.action.view.redirect.js @@ -31,7 +31,7 @@ history.replaceState( /* data= */ history.state, /* title= */ document.title, /* url= */ canonical ); if ( shouldChangeFragment ) { // Specification for history.replaceState() doesn't require browser to scroll, - // so scroll to be sure (see also T110501). Support for IE9 and IE10. + // so scroll to be sure (see also T110501). Support for IE10. node = document.getElementById( fragment.slice( 1 ) ); if ( node ) { node.scrollIntoView();