Skip to content

Commit

Permalink
removed comments & console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhiya-khandelwal committed Jan 5, 2024
1 parent c38a3fc commit 263d42e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cityFood.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ window.addEventListener('scroll', function () {
}
})

// var dishContainer = document.querySelector('.dish-sm');
// var deliveryDiningContainerSM = document.querySelector('.delivery-dining-container-sm')
// var scrollPosition1 = window.scrollY;

// }


// location code
var downArrow = document.querySelector('.down-arrow-img');
var detectCurrentLocation = document.querySelector('.detect-current-location')
Expand Down Expand Up @@ -6334,7 +6327,6 @@ pureVegFilter.addEventListener('click', () => {
filterRestaurants();



// footer code
var showCountry = document.querySelector('.show-country')
var countriesDropDown = document.querySelector('.countries-drop-down');
Expand Down Expand Up @@ -6496,9 +6488,6 @@ diningOutContainerSM.addEventListener('click', () => {

// search functionality fo bg screens




var searchInput = document.querySelector('.search-input');
var searchDishContainer = document.querySelector('.search-dish-container');

Expand Down Expand Up @@ -6533,8 +6522,6 @@ function searchInputFunction(searchInputValue) {
}
}



searchInput.addEventListener('input', function () {
searchDishContainer.innerHTML = '';
let searchInputValue = searchInput.value;
Expand Down Expand Up @@ -6675,8 +6662,6 @@ microphoneContainer.addEventListener('click', function () {
}
})



// voice search for sm,md screens
let microphoneContainerSM = document.querySelector('.microphone-container-sm');
let recognitionSM;
Expand Down

0 comments on commit 263d42e

Please sign in to comment.