Remove $wgAjaxWatch configuration variable
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 7b196cb..8908f10 100644 (file)
@@ -7341,12 +7341,6 @@ $wgUseAjax = true;
  */
 $wgAjaxExportList = array();
 
-/**
- * Enable watching/unwatching pages using AJAX.
- * Requires $wgUseAjax to be true too.
- */
-$wgAjaxWatch = true;
-
 /**
  * Enable AJAX check for file overwrite, pre-upload
  */