From 1a06d9a950118e001e71cdc7f329b7a56a0acf58 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 14 Apr 2014 10:34:26 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20=D1=84=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/indexTemplate.php | 2 +- public/js/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') )