projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041d44e
)
Check for whether "torusquery" can be used is against whether MKWS has
author
Mike Taylor
<mike@indexdata.com>
Fri, 8 Aug 2014 11:03:14 +0000
(12:03 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 8 Aug 2014 11:03:14 +0000
(12:03 +0100)
authenticated (onto a Service Proxy) rather than whether the Service
Proxy is intended to be used.
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
a2dd506
..
9abed73
100644
(file)
--- 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;
}