Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js |
— | — | @@ -327,7 +327,7 @@ |
328 | 328 | |
329 | 329 | // Put on bottom of article before #catlinks (if it exists) |
330 | 330 | // Except in Classic, which has #catlinks above the article but inside content-div. |
331 | | -if ( $( '#catlinks' ).length && mw.config.get( 'skin' ) != 'standard' ) { |
| 331 | +if ( $( '#catlinks' ).length && !mw.config.get( 'skin' ) in ['standard', 'cologneblue', 'nostalgia'] ) { |
332 | 332 | $aftDiv.insertBefore( '#catlinks' ); |
333 | 333 | } else { |
334 | 334 | // CologneBlue, Nostalgia, ... |
Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.startup.js |
— | — | @@ -25,8 +25,6 @@ |
26 | 26 | && mw.util.getParamValue( 'redirect' ) != 'no' |
27 | 27 | // Not viewing the printable version |
28 | 28 | && mw.util.getParamValue( 'printable' ) != 'yes' |
29 | | - // Not using CologneBlue skin (see bug 31410) |
30 | | - && mw.config.get( 'skin' ) != 'cologneblue' |
31 | 29 | ) { |
32 | 30 | // Assign a tracking bucket using options from wgArticleFeedbackTracking |
33 | 31 | mw.user.bucket( |