Теперь заголовок точки больше не ссылка

This commit is contained in:
Krivchikov Dmitry 2014-06-01 14:45:27 +04:00
parent 4e9df65853
commit 5d28ea692c
1 changed files with 0 additions and 2 deletions

View File

@ -177,9 +177,7 @@ function showInfo(id)
url: "/json/point/id/" + id,
success: function(data) {
description = '<div class="infoCard">' +
'<a href="/?point=' + id + '">' +
'<h3>' + data.name + '</h3>' +
'</a>' +
'<img src="' + data.img + '" />' +
'<button type="button" class="btn btn-default btn-xs" onclick="addToRoute(' + id + ')">' +
'<span class="glyphicon glyphicon-plus"></span> Добавить в маршрут' +