Index: trunk/phase3/skins/common/ajaxwatch.js |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | } |
76 | 76 | var response = request.responseText; |
77 | 77 | if( response.match(/^<err#>/) ) { |
78 | | - window.location.href = wgAjaxWatch.watchLink1.href; |
| 78 | + window.location.href = wgAjaxWatch.watchLinks[0].href; |
79 | 79 | return; |
80 | 80 | } else if( response.match(/^<w#>/) ) { |
81 | 81 | wgAjaxWatch.watching = true; |