Browse Source

поменял функцию вызова модального окна

devel
Dmitry 9 years ago
parent
commit
0a983269b9
  1. 2
      templates/maps/ya_index.html

2
templates/maps/ya_index.html

@ -34,7 +34,7 @@
function add_dot(e){
var coords = e.get('coords');
$.get('{% url 'mapapp:modal_add_dot' %}', {'coords': coords.join(',')}, function(r){
show_Modal('Добавить точку', r, 'primary');
show_ModalMyContent(r);
});
e.preventDefault();
}

Loading…
Cancel
Save