mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Call autocomplete instead
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
$("input#issue_customer").on("change", function() {
|
$("input#issue_customer").autocomplete({
|
||||||
|
source: function (request, response) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/filter_vehicles_by_customer",
|
url: "/filter_vehicles_by_customer",
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
|||||||
Reference in New Issue
Block a user