From: Catrope Date: Thu, 21 Jun 2012 18:23:50 +0000 (-0700) Subject: Alias mw.action.watch.ajax to mw.page.watch.ajax X-Git-Tag: 1.31.0-rc.0~23268 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=c62cc318;p=lhc%2Fweb%2Fwiklou.git Alias mw.action.watch.ajax to mw.page.watch.ajax This module was recently renamed, and we'll need the alias for caching reasons Change-Id: Ic0df459dfc1cca58f4e01325375c20c46091c89b --- diff --git a/resources/Resources.php b/resources/Resources.php index 26d73c5182..d30e441f6a 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -655,6 +655,10 @@ return array( 'mediawiki.action.view.rightClickEdit' => array( 'scripts' => 'resources/mediawiki.action/mediawiki.action.view.rightClickEdit.js', ), + // Alias for backwards compatibility + 'mediawiki.action.watch.ajax' => array( + 'dependencies' => 'mediawiki.page.watch.ajax' + ), /* MediaWiki Language */