mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added debug
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
$(function() {
|
||||
$("input#issue_customer").autocomplete({
|
||||
console.log("input#issue_customer.autocomplete");
|
||||
source: function (request, response) {
|
||||
$.ajax({
|
||||
url: "/filter_vehicles_by_customer",
|
||||
|
||||
Reference in New Issue
Block a user