mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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
|
* actually provided to update the input field, but here we use
|
||||||
* it to set the document location. */
|
* it to set the document location. */
|
||||||
updater: function (item) {
|
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;
|
return item;
|
||||||
},
|
},
|
||||||
/* Set a matcher that allows any returned value */
|
/* Set a matcher that allows any returned value */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user