mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-20 13:39:02 +08:00
Removed Comment
This commit is contained in:
parent
766938e04e
commit
feed802365
1 changed files with 0 additions and 7 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue