Skip to content

Commit

Permalink
Updated 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Oct 22, 2024
1 parent 6a8d33c commit bb8ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ <h2 id="city-name" style="margin-right: 3px;">


document.getElementById('currentLocations').addEventListener('click', ()=>{
document.getElementById('city-name').innerHTML = '<md-circular-progress indeterminate style="--md-circular-progress-size: 30px;"></md-circular-progress>'
document.getElementById('city-name').innerHTML = 'Current location'
document.getElementById('forecast').scrollLeft = 0;
document.getElementById('weather_wrap').scrollTop = 0;
});
Expand Down

0 comments on commit bb8ebbc

Please sign in to comment.