profile upload (requires server update)

This commit is contained in:
Norbert Renner 2014-05-22 11:20:22 +02:00
parent 136a182539
commit 973d8bab75
8 changed files with 129 additions and 27 deletions

View file

@ -46,7 +46,6 @@ L.Control.Permalink.include({
this.options.routing.on('waypoint:click', function(evt) {
var r = evt.marker._routing;
if (!r.prevMarker && ! r.nextMarker) {
console.log('delete last');
this._update_routing(evt);
}
}, this);