travlrmap 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Travlmap
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
data/views/geolocate.erb CHANGED
@@ -161,7 +161,6 @@
161
161
  $('#myModal').modal({});
162
162
 
163
163
  $.post("/points/validate", JSON.stringify(point), function(data) {
164
- alert("Response: " + JSON.stringify(data));
165
164
  document.getElementById('preview_html').innerHTML = data.html;
166
165
  document.getElementById('preview_yaml').innerHTML = "<pre>" + data.yaml + "</pre>";
167
166
  });
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travlrmap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 15
10
- version: 0.0.15
9
+ - 16
10
+ version: 0.0.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar