From: Brion Vibber Date: Sun, 14 Jan 2007 10:21:53 +0000 (+0000) Subject: PLEASE TEST YOUR ONE-LINE COMMITS THANKS X-Git-Tag: 1.31.0-rc.0~54419 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=6ca171e7b81e0818318f616e87470d2128d8e4c8;p=lhc%2Fweb%2Fwiklou.git PLEASE TEST YOUR ONE-LINE COMMITS THANKS --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1b525149ff..6385353428 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 = '44'; +$wgStyleVersion = '45'; # Server-side caching: diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 0ed1922464..3a0c496b6a 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -596,7 +596,7 @@ function akeytt( doId ) { } // Now deal with evil deprecated ta - watchCheckboxExists = getElementById( 'wpWatchthis' ) ? true : false; + watchCheckboxExists = document.getElementById( 'wpWatchthis' ) ? true : false; for (var id in ta) { var n = document.getElementById(id); if (n) {