r23244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23243‎ | r23244 | r23245 >
Date:19:08, 22 June 2007
Author:brion
Status:old
Tags:
Comment:
watchLink1 no longer exists
Modified paths:
  • /trunk/phase3/skins/common/ajaxwatch.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/ajaxwatch.js
@@ -74,7 +74,7 @@
7575 }
7676 var response = request.responseText;
7777 if( response.match(/^<err#>/) ) {
78 - window.location.href = wgAjaxWatch.watchLink1.href;
 78+ window.location.href = wgAjaxWatch.watchLinks[0].href;
7979 return;
8080 } else if( response.match(/^<w#>/) ) {
8181 wgAjaxWatch.watching = true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log