diff --git a/lib/travlrmap/version.rb b/lib/travlrmap/version.rb index 4fbab10..a111453 100644 --- a/lib/travlrmap/version.rb +++ b/lib/travlrmap/version.rb @@ -1,3 +1,3 @@ module Travlmap - VERSION = "0.0.15" + VERSION = "0.0.16" end diff --git a/views/geolocate.erb b/views/geolocate.erb index db79b02..8c73d70 100644 --- a/views/geolocate.erb +++ b/views/geolocate.erb @@ -161,7 +161,6 @@ $('#myModal').modal({}); $.post("/points/validate", JSON.stringify(point), function(data) { - alert("Response: " + JSON.stringify(data)); document.getElementById('preview_html').innerHTML = data.html; document.getElementById('preview_yaml').innerHTML = "
" + data.yaml + "
"; });