From a9477037fd3772dcf712e757e20ba33f030c0d95 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 22 Jun 2007 19:08:20 +0000 Subject: [PATCH] watchLink1 no longer exists --- skins/common/ajaxwatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/ajaxwatch.js b/skins/common/ajaxwatch.js index 8d07f1cb6d..0389a049ce 100644 --- a/skins/common/ajaxwatch.js +++ b/skins/common/ajaxwatch.js @@ -74,7 +74,7 @@ wgAjaxWatch.processResult = function(request) { } var response = request.responseText; if( response.match(/^/) ) { - window.location.href = wgAjaxWatch.watchLink1.href; + window.location.href = wgAjaxWatch.watchLinks[0].href; return; } else if( response.match(/^/) ) { wgAjaxWatch.watching = true; -- 2.20.1