fix link in autocompletion when search for object

This commit is contained in:
Uwe Steinmann 2016-01-29 16:46:37 +01:00
parent e4c229854e
commit f139625e4f

View File

@ -54,7 +54,7 @@ $(document).ready( function() {
* actually provided to update the input field, but here we use
* it to set the document location. */
updater: function (item) {
document.location = "../op/op.Search.php?query=" + encodeURIComponent(item.substring(1));
document.location = "../out/out.Search.php?query=" + encodeURIComponent(item.substring(1));
return item;
},
/* Set a matcher that allows any returned value */