finish variable rename: mkwsSearchForm.query -> mkwsSearchForm.mkwsQuery
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index 2332894..e90ff29 100644 (file)
@@ -310,7 +310,7 @@ function loadSelect ()
 // limit the query after clicking the facet
 function limitQuery (field, value)
 {
-    document.mkwsSearchForm.query.value += ' and ' + field + '="' + value + '"';
+    document.mkwsSearchForm.mkwsQuery.value += ' and ' + field + '="' + value + '"';
     onFormSubmitEventHandler();
 }