From 4dcc70d0fd93ccf54e3b218c68839beabf93ecf9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 8 Aug 2014 12:03:14 +0100 Subject: [PATCH] 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. --- src/mkws-team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.7.10.4