X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0de36b6072b7e8ee0083e680ebf6a21d5b81ab8..3cd5f45e08d977d04a778ab8802f71df85edc314:/app/assets/javascripts/index/history.js diff --git a/app/assets/javascripts/index/history.js b/app/assets/javascripts/index/history.js index cd012ee16..639705f91 100644 --- a/app/assets/javascripts/index/history.js +++ b/app/assets/javascripts/index/history.js @@ -39,7 +39,7 @@ OSM.History = function(map) { } function clickChangeset(id) { - OSM.route($("#changeset_" + id).find(".changeset_id").attr("href")); + OSM.router.route($("#changeset_" + id).find(".changeset_id").attr("href")); } function loadData() {