From: Brion Vibber Date: Fri, 22 Jun 2007 19:08:20 +0000 (+0000) Subject: watchLink1 no longer exists X-Git-Tag: 1.31.0-rc.0~52439 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=a9477037fd3772dcf712e757e20ba33f030c0d95;p=lhc%2Fweb%2Fwiklou.git watchLink1 no longer exists --- 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;