Skip to content

Commit

Permalink
[Chore #115582173] Remove all toast
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWachira committed Aug 9, 2016
1 parent bb287f4 commit 726a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troupon/static/js/location.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(document).ready(function() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition, showError);
} else {
toastr.error("Geolocation is not supported by this browser.");
// toastr.error("Geolocation is not supported by this browser.");
}

function showError(error) {
Expand Down

0 comments on commit 726a67c

Please sign in to comment.