Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -285,8 +285,7 @@ |
286 | 286 | .find( '.articleFeedback-rating-count' ) |
287 | 287 | .text( |
288 | 288 | mw.msg( 'articlefeedback-report-ratings', rating.countall ) |
289 | | - ) |
290 | | - .end(); |
| 289 | + ); |
291 | 290 | } else { |
292 | 291 | // Special case for no ratings |
293 | 292 | $(this) |
— | — | @@ -298,7 +297,6 @@ |
299 | 298 | .end() |
300 | 299 | .find( '.articleFeedback-rating-count' ) |
301 | 300 | .text( mw.msg( 'articlefeedback-report-empty' ) ) |
302 | | - .end(); |
303 | 301 | } |
304 | 302 | // Form |
305 | 303 | if ( rating !== null && typeof rating.userrating !== 'undefined' ) { |