From a0194744c6dd03a9bc6bf788d3a1b46db5b6b0e1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Feb 2014 16:04:33 +0000 Subject: [PATCH] Use `this' instead of temporary. --- 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 95c3b74..2ac55f6 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -918,7 +918,7 @@ function team($, teamName) { // ### There is only one match here by design: fix not to bother looping $('.mkwsSearch.mkwsTeam_' + m_teamName).each(function (i, obj) { var node = this; - mkws.handle_node_with_team(node, function(tname) { + mkws.handle_node_with_team(this, function(tname) { $(node).html('\
\ \ -- 1.7.10.4