From: Aryeh Gregor Date: Fri, 22 Jun 2007 17:47:29 +0000 (+0000) Subject: Fix a couple of typos from last commit (one possibly error-causing for picky browsers... X-Git-Tag: 1.31.0-rc.0~52449 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=a0aff8aa1114887fafa2f281a8c53c854dd203c3;p=lhc%2Fweb%2Fwiklou.git Fix a couple of typos from last commit (one possibly error-causing for picky browsers, one for jslint) --- diff --git a/skins/common/ajaxwatch.js b/skins/common/ajaxwatch.js index 2187004943..8d07f1cb6d 100644 --- a/skins/common/ajaxwatch.js +++ b/skins/common/ajaxwatch.js @@ -2,7 +2,7 @@ // * ajax.js: /*extern sajax_init_object, sajax_do_call */ // * wikibits.js: - /*extern changeText, akeytt, hookEvent, alertMsg */ + /*extern changeText, akeytt, hookEvent, jsMsg */ // These should have been initialized in the generated js /*extern wgAjaxWatch, wgPageName */ @@ -12,7 +12,7 @@ if(typeof wgAjaxWatch === "undefined" || !wgAjaxWatch) { watchMsg: "Watch", unwatchMsg: "Unwatch", watchingMsg: "Watching...", - unwatchingMsg: "Unwatching...", + unwatchingMsg: "Unwatching..." }; }