From feed802365a111a35fe78e2ef27061beb82154c3 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 27 Mar 2021 17:59:05 +0000 Subject: [PATCH] Removed Comment --- src/js/quote-search-popup.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/js/quote-search-popup.js b/src/js/quote-search-popup.js index 856896630..29ef78b5f 100644 --- a/src/js/quote-search-popup.js +++ b/src/js/quote-search-popup.js @@ -124,13 +124,6 @@ $("#quoteSearchPopup .searchBox").keydown((e) => { updateResults(searchText); }, 0.1); //arbitrarily v. small time as it's only to allow text to input before searching }); -// //sets quote id to searched quote clicked -// $("#quoteSearchResults").click((e) => { -// if ($(e.target).hasClass("quoteSearchButton")) { -// document.getElementById("inputNumber").value = e.target.getAttribute("id"); -// applyMode2Popup(); -// } -// }); $("#quoteSearchPopupWrapper").click((e) => { if ($(e.target).attr("id") === "quoteSearchPopupWrapper") {