Merge "Remove mention of IE9 support"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 17 Oct 2017 14:09:23 +0000 (14:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 17 Oct 2017 14:09:24 +0000 (14:09 +0000)
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();