KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/208598
Change subject: Chrome does not show list formatting tools ...................................................................... Chrome does not show list formatting tools Regression from https://gerrit.wikimedia.org/r/#/c/207421/ Bug: T97965 Change-Id: I83348fd9db9d3a8b81bf35d76e34fdac7fb105be (cherry picked from commit 92d4a5961f37badbbd16496ecb362c1600169353) --- M modules/tools/ext.cx.tools.formatter.js 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation refs/changes/98/208598/1 diff --git a/modules/tools/ext.cx.tools.formatter.js b/modules/tools/ext.cx.tools.formatter.js index 404277d..11531fb 100644 --- a/modules/tools/ext.cx.tools.formatter.js +++ b/modules/tools/ext.cx.tools.formatter.js @@ -40,7 +40,7 @@ unorderedlist: this.$card.find( '.card__format--unorderedlist' ) }; - if ( window.chrome ) { + if ( !window.chrome ) { // Following controls work only in Chrome. this.$buttons.orderedlist.hide(); this.$buttons.unorderedlist.hide(); -- To view, visit https://gerrit.wikimedia.org/r/208598 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I83348fd9db9d3a8b81bf35d76e34fdac7fb105be Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: wmf/1.26wmf3 Gerrit-Owner: KartikMistry <[email protected]> Gerrit-Reviewer: Santhosh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
