Manual:$wgAjaxWatch
From MediaWiki.org
Ajax: $wgAjaxWatch | |
---|---|
Enable watching/unwatching pages using Ajax. |
|
Introduced in version: | 1.9.0 (r18598) |
Removed in version: | still in use |
Allowed values: | boolean |
Default value: | true (false prior to 1.11.0) |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Enable watching/unwatching pages using Ajax. Requires $wgUseAjax
and $wgEnableAPI
to be true too. Causes wfAjaxWatch to be added to $wgAjaxExportList.
Other[edit | edit source]
If you want to add a Watch/Unwatch tab (the tab with the star), set $wgVectorUseIconWatch
to true.