Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
remove some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jan 7, 2015
1 parent 001d3a3 commit 84fa3c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/travlrmap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travlmap
VERSION = "0.0.15"
VERSION = "0.0.16"
end
1 change: 0 additions & 1 deletion views/geolocate.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<pre>" + data.yaml + "</pre>";
});
Expand Down

0 comments on commit 84fa3c0

Please sign in to comment.