From: Andrew Garrett Date: Wed, 9 Sep 2009 16:32:05 +0000 (+0000) Subject: Add doc comment noting that JS2 and script loader are required for ajax category... X-Git-Tag: 1.31.0-rc.0~39819 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=4ea4adb38ac77fc7fc19c62b4f6327720ff5aee9;p=lhc%2Fweb%2Fwiklou.git Add doc comment noting that JS2 and script loader are required for ajax category system (follow-up r56032) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 957a7a6853..2765e3f35e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4203,5 +4203,6 @@ $wgMemoryLimit = "50M"; /** * Whether or not to use the AJAX categories system. + * Note that this requires JS2 and the script loader. */ $wgUseAJAXCategories = false;