From 891e2d61c78e230089dd6d3d3d8d97210141b1c0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Jan 2014 12:04:56 +0000 Subject: [PATCH] Add `args' argument to "onrecord" callback, so that it correctly receives the teamName parameter (not that it uses it yet, or anything) --- tools/htdocs/mkws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index d4e8166..870fdba 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -355,7 +355,7 @@ function _make_mkws_team($, teamName) { } - function my_onrecord(data, teamName) { + function my_onrecord(data, args, teamName) { debug("record for " + teamName); // FIXME: record is async!! clearTimeout(m_paz.recordTimer); -- 1.7.10.4