From: Rotem Liss Date: Tue, 16 Jan 2007 14:18:30 +0000 (+0000) Subject: Adding var declaration. X-Git-Tag: 1.31.0-rc.0~54365 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=8f2dbca89340416785029b24aa25c70d156e84f1;p=lhc%2Fweb%2Fwiklou.git Adding var declaration. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 008ebe1741..e3a38b4b11 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1105,7 +1105,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '50'; +$wgStyleVersion = '51'; # Server-side caching: diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 6af4514c26..27d992d6ea 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -610,7 +610,7 @@ function akeytt( doId ) { } // Now deal with evil deprecated ta - watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false; + var watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false; for (var id in ta) { var n = document.getElementById(id); if (n) {