r99096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99095‎ | r99096 | r99097 >
Date:13:05, 6 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Temporarily disable the AFT widget in the cologneblue skin pending resolution of bug 31410
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.startup.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.startup.js
@@ -25,6 +25,8 @@
2626 && mw.util.getParamValue( 'redirect' ) != 'no'
2727 // Not viewing the printable version
2828 && mw.util.getParamValue( 'printable' ) != 'yes'
 29+ // Not using CologneBlue skin (see bug 31410)
 30+ && mw.config.get( 'skin' ) != 'cologneblue'
2931 ) {
3032 // Assign a tracking bucket using options from wgArticleFeedbackTracking
3133 mw.user.bucket(

Follow-up revisions

RevisionCommit summaryAuthorDate
r990981.18wmf1: MFT r99096, r99097catrope13:17, 6 October 2011
r100502(bug 31410) ArticleFeedback widget displays at top of page in cologneblue [an...robin17:01, 22 October 2011

Status & tagging log