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:
d83c483
)
check mkws.authenticated only for SP config, MKWS-82
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 18 Dec 2013 15:38:33 +0000
(15:38 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 18 Dec 2013 15:38:33 +0000
(15:38 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
658f849
..
10a3915
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-422,7
+422,7
@@
function onFormSubmitEventHandler()
function newSearch(query, sort, targets)
{
- if (!mkws.authenticated) {
+ if (mkws_config.use_service_proxy && !mkws.authenticated) {
alert("searching before authentication");
return;
}