From: Andrew Garrett Date: Wed, 19 Aug 2009 11:06:13 +0000 (+0000) Subject: Add doc comment for JS2 dependency in live preview enhancements from r55239 X-Git-Tag: 1.31.0-rc.0~40208 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=6dd3f1ea9ef5444bb40ffbef941f1b808f5061b3;p=lhc%2Fweb%2Fwiklou.git Add doc comment for JS2 dependency in live preview enhancements from r55239 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2c8e670f4b..3e8e741b1a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3322,6 +3322,7 @@ $wgSpecialPageGroups = array( * over an XMLHttpRequest from JavaScript instead of * forcing a submit and reload of the whole page. * Leave disabled unless you're testing it. + * Needs JS2 ($wgEnableJS2) to be activated. */ $wgLivePreview = false;