mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
remove console.log()
This commit is contained in:
parent
1e9e7c0e2f
commit
0c1cae25a9
|
@ -132,7 +132,6 @@ $(document).ready( function() {
|
|||
* it to set the document location. The passed value is the string
|
||||
* set in data-value of the list items. */
|
||||
updater: function (item) {
|
||||
console.log(item);
|
||||
document.location = "../out/out.Search.php?query=" + encodeURIComponent(item);
|
||||
return item;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user