From: Mike Taylor Date: Wed, 5 Mar 2014 10:04:16 +0000 (+0000) Subject: Automatic termlist widgets now work: X-Git-Tag: 1.0.0~1320 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9102c6dd9e9aa1c442bbfe5bf1baa6a3da7ffce8;ds=sidebyside Automatic termlist widgets now work:
--- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 5e6f090..e047215 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -961,8 +961,7 @@ function team($, teamName) { that.runAutoSearch = function() { - // ### should check mkwsTermlist as well, for facet-only teams - var node = findnode('.mkwsRecords'); + var node = findnode('.mkwsRecords,.mkwsTermlists'); var query = node.attr('autosearch'); if (!query) return;