From: Ed Sanders Date: Tue, 17 Oct 2017 11:27:22 +0000 (+0100) Subject: Remove mention of IE9 support X-Git-Tag: 1.31.0-rc.0~1741^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=ba6802d491222277bbc068253d10d44f86420d00;p=lhc%2Fweb%2Fwiklou.git Remove mention of IE9 support Change-Id: I68a31292efa501b83ca9d5ebfbaa5e2c46120d34 --- 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();