diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index 45551bb..dc58f2b 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -18,7 +18,7 @@ - + diff --git a/public/js/main.js b/public/js/main.js index 008418b..b79b538 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -155,7 +155,7 @@ function showMeOnTheMap() }); } -function tryAddPoint() +function activateAddPoint() { $('#addPointButton').toggleClass('btn-success').toggleClass('btn-default'); if ( $('#addPointButton').hasClass('btn-success') )