r96571 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96570‎ | r96571 | r96572 >
Date:14:56, 8 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r96570; failed to spot this one >_>
Modified paths:
  • /trunk/extensions/Survey/resources/ext.survey.special.surveys.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/resources/ext.survey.special.surveys.js
@@ -30,7 +30,7 @@
3131 $( '.survey-delete' ).click( function() {
3232 $this = $( this );
3333
34 - if ( confirm( survey.msg( 'surveys-special-confirm-delete' ) ) ) {
 34+ if ( confirm( mw.msg( 'surveys-special-confirm-delete' ) ) ) {
3535 deleteSurvey(
3636 {
3737 id: $this.attr( 'data-survey-id' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96570pre 1.17 compat has been dropped, so no need for thisjeroendedauw14:55, 8 September 2011

Status & tagging log