Skip to content

Commit

Permalink
Update weather.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CheemsGalaxy authored Sep 1, 2024
1 parent 68121f5 commit b4b4ba0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Wea-T-Page/assets/javascript/weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,3 @@ search.addEventListener('keypress', function(e){
}
});


search.addEventListener('keydown', function(e) {
if(e.key === 'Enter') {
e.changWeatherUI();
}
});

0 comments on commit b4b4ba0

Please sign in to comment.