r84095 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84094‎ | r84095 | r84096 >
Date:12:12, 16 March 2011
Author:catrope
Status:ok
Tags:
Comment:
Narayam: Fix typo in variable name
Modified paths:
  • /trunk/extensions/Narayam/ext.narayam.core.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/ext.narayam.core.js
@@ -407,7 +407,7 @@
408408 $select.change();
409409 }
410410 var enabledCookie = $.cookie( 'narayam-enabled' );
411 - if ( enabledCookie == '1' || ( mw.config.get( 'wgNarayamEnableByDefault' ) && enabledCookie !== '0' ) ) {
 411+ if ( enabledCookie == '1' || ( mw.config.get( 'wgNarayamEnabledByDefault' ) && enabledCookie !== '0' ) ) {
412412 that.enable();
413413 }
414414 // Renew the narayam-enabled cookie. naraym-scheme is renewed by setScheme()

Follow-up revisions

RevisionCommit summaryAuthorDate
r840961.17wmf1: MFT r84095catrope12:14, 16 March 2011

Status & tagging log