r19339 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19338‎ | r19339 | r19340 >
Date:14:18, 16 January 2007
Author:rotem
Status:old
Tags:
Comment:
Adding var declaration.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/wikibits.js
@@ -610,7 +610,7 @@
611611 }
612612
613613 // Now deal with evil deprecated ta
614 - watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false;
 614+ var watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false;
615615 for (var id in ta) {
616616 var n = document.getElementById(id);
617617 if (n) {
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1105,7 +1105,7 @@
11061106 * to ensure that client-side caches don't keep obsolete copies of global
11071107 * styles.
11081108 */
1109 -$wgStyleVersion = '50';
 1109+$wgStyleVersion = '51';
11101110
11111111
11121112 # Server-side caching: