removed unused js

This commit is contained in:
2026-02-06 19:28:42 -05:00
parent d59e52b111
commit c8f115ae02

View File

@@ -1,11 +0,0 @@
$(function() {
$("input#issue_customer_id").on("change", function() {
$.ajax({
url: "/filter_estimates_by_customer",
type: "GET",
data: { selected_customer: $("input#issue_customer_id").val() }
});
});
});