Parcourir la source

[fix] Wrong function name due to last js refactoring.

opi il y a 10 ans
Parent
commit
2e84b32fb1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assets/main.js

+ 1 - 1
assets/main.js

@@ -61,7 +61,7 @@ $( document ).ready(function() {
 
                 marker.setLatLng({lat:$(this).data('lat'), lng:$(this).data('lng')}).update();
                 map.panTo({lat:$(this).data('lat'), lng:$(this).data('lng')});
-                ondragend();
+                mapUpdateCoords();
                 $('#modal').modal('hide');
             });