Commit 41a34b26593c79f5e08300612020ee3c3114db24

Authored by Edmar Moretti
1 parent 91637c32

-

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
classesjs/classe_interface.js
@@ -2013,8 +2013,8 @@ i3GEO.Interface = { @@ -2013,8 +2013,8 @@ i3GEO.Interface = {
2013 "touchend", 2013 "touchend",
2014 i3geoOL, 2014 i3geoOL,
2015 function(e) { 2015 function(e) {
2016 - calcCoord(e);  
2017 - e.preventDefault(); 2016 + //calcCoord(e);
  2017 + //e.preventDefault();
2018 }); 2018 });
2019 }, 2019 },
2020 /** 2020 /**