From 831d62a90532967272ba63fb2b3dc74d262eb6a2 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Wed, 26 Dec 2012 18:09:53 +0700 Subject: /places/ --- web/maps.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'web/maps.js') diff --git a/web/maps.js b/web/maps.js index 39ac3d6f..2ae8cd8e 100644 --- a/web/maps.js +++ b/web/maps.js @@ -178,10 +178,6 @@ JuickControl.prototype.setButtonStyle_ = function(button) { var htmlAddPlace='

Name:
\
\ -Impersonal description (max 255 symbols):
\ -
\ -URL:
\ -
\ Tags (separated by space, 10 max):\

\

\ @@ -206,8 +202,6 @@ function addPlace(form) { alert('Enter place name.'); return; } - var text=form.text.value; - var url=form.url.value; var tags=form.tags.value; map.closeInfoWindow(); GDownloadUrl("/_mapxml",function(data) { @@ -224,5 +218,5 @@ function addPlace(form) { icon )); mc.addMarkers(markers); - },'lat='+placeLatLng.lat()+'&lon='+placeLatLng.lng()+'&description='+escape(description)+'&text='+escape(text)+'&url='+escape(url)+'&tags='+escape(tags)); + },'lat='+placeLatLng.lat()+'&lon='+placeLatLng.lng()+'&description='+escape(description)+'&tags='+escape(tags)); } -- cgit v1.2.3