From: Mike Taylor Date: Fri, 8 Aug 2014 11:03:14 +0000 (+0100) Subject: Check for whether "torusquery" can be used is against whether MKWS has X-Git-Tag: 1.0.0~347 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=4dcc70d0fd93ccf54e3b218c68839beabf93ecf9;hp=041d44e48305f5173bb7bfde2c6faaefdf0917ce Check for whether "torusquery" can be used is against whether MKWS has authenticated (onto a Service Proxy) rather than whether the Service Proxy is intended to be used. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index a2dd506..9abed73 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -293,7 +293,7 @@ function team($, teamName) { if (maxrecs) params.maxrecs = maxrecs; if (torusquery) { if (!mkws.config.use_service_proxy) - alert("can't narrow search by torusquery when Service Proxy is not in use"); + alert("can't narrow search by torusquery when not authenticated"); params.torusquery = torusquery; }