r81321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81320‎ | r81321 | r81322 >
Date:21:08, 1 February 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed selector for flashing upon jump-to
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js
@@ -280,7 +280,7 @@
281281 .text( mw.msg( 'articlefeedback-form-switch-label' ) )
282282 .click( function() {
283283 // Get the image, set the count and an interval.
284 - var $box = $( '#mw-articlefeedback .articleFeedback' );
 284+ var $box = $( '#mw-articlefeedback' );
285285 var count = 0;
286286 var interval = setInterval( function() {
287287 // Animate the opacity over .2 seconds

Status & tagging log