X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.action%2Fmediawiki.action.view.redirect.js;h=4e733546378fca26a3e76027dc3a72f96a8f9a05;hb=051d2e9aca28cc3baff42b79ba7d8e23cc05e855;hp=39a122d98103cc81889ecb131e8659c0e6e0cc15;hpb=ea42d90053b36cef47f318a1d50c18dfafc6b7b8;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();