Remove mention of IE9 support
authorEd Sanders <esanders@wikimedia.org>
Tue, 17 Oct 2017 11:27:22 +0000 (12:27 +0100)
committerEd Sanders <esanders@wikimedia.org>
Tue, 17 Oct 2017 11:27:22 +0000 (12:27 +0100)
Change-Id: I68a31292efa501b83ca9d5ebfbaa5e2c46120d34

resources/src/mediawiki.action/mediawiki.action.view.redirect.js

index 39a122d..4e73354 100644 (file)
@@ -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();