diff --git a/.gitignore b/.gitignore index c8904c08e..3e23ac225 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ media/ staticfiles .idea .env -data/ \ No newline at end of file +data/ diff --git a/project/webapp/static/js/utils/locate.js b/project/webapp/static/js/utils/locate.js index 5b7989a4f..3079954f3 100644 --- a/project/webapp/static/js/utils/locate.js +++ b/project/webapp/static/js/utils/locate.js @@ -272,7 +272,7 @@ cw.MapView = BB.View.extend({ function(error) { info = "We could not use your browser's location. Please try entering your location"; - Materialize.toast(info, 2000); + Materialize.toast(info, 10000); this.$(".progress").addClass("hide"); this.$("#autocomplete") .removeClass("disabled") @@ -282,7 +282,7 @@ cw.MapView = BB.View.extend({ } else { info = "We could not use your browser's location. Please try entering your location"; - Materialize.toast(info, 2000); + Materialize.toast(info, 10000); this.$(".progress").addClass("hide"); this.$("#autocomplete") .removeClass("disabled") diff --git a/readme.txt b/readme.txt new file mode 100644 index 000000000..e69de29bb