From 02b2b955694909ba438dc434b568a24e0d1fbd9b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 28 Feb 2014 12:33:28 +0000 Subject: [PATCH] Further simplify to eliminate temporary variable `node' --- tools/htdocs/mkws.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 5b9ef21..be3c996 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -917,9 +917,9 @@ function team($, teamName) { mkws_html_lang(); debug("HTML search form"); - var node = $('.mkwsSearch.mkwsTeam_' + m_teamName); - mkws.handle_node_with_team(node, function(tname) { - node.html('\ + mkws.handle_node_with_team($('.mkwsSearch.mkwsTeam_' + m_teamName), + function(tname) { + this.html('\
\ \ \ -- 1.7.10.4