From b9f4617ba1b2ab18cb2ddc920bf15658c0504e15 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Feb 2014 12:23:23 +0000 Subject: [PATCH] Generated HTML within mkwsResults uses correct teamname, not just "AUTO" --- tools/htdocs/mkws.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index bbd0b12..d325f71 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -902,19 +902,19 @@ function team($, teamName) { $(".mkwsResults.mkwsTeam_" + m_teamName).html('\ \ \ - \ \ \ \ \ \
\ -
\ +
\ +
\
\ -
\ -
\ -
\ -
\ +
\ +
\ +
\ +
\
\ -
\ +
\
'); -- 1.7.10.4