From 7643e4fb8b3a2db9bde104a753a64536f39dd71e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 28 Jan 2014 15:33:30 +0000 Subject: [PATCH] .mkwsSearch also included in team-instantiation loop --- 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 6245215..f3473c8 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1302,7 +1302,7 @@ function _mkws_jquery_plugin ($) { // Find all nodes with class (NOT id) mkwsRecords, and // determine their team from the mkwsTeam_* class. So: //
- $('.mkwsResults, .mkwsRecords, .mkwsTermlists').each(function () { + $('.mkwsSearch, .mkwsResults, .mkwsRecords, .mkwsTermlists').each(function () { var node = this; mkws.handle_node_with_team(node, function(tname) { if (mkws.teams[tname]) { -- 1.7.10.4