mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix link in autocompletion when search for object
This commit is contained in:
parent
e4c229854e
commit
f139625e4f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user