Kaydet (Commit) 68d96b5f authored tarafından mertcelen's avatar mertcelen

Fix navigation when click on map.

üst 95028ba5
......@@ -295,7 +295,7 @@ function svgturkiyeharitasi() {
function(event) {
if (event.target.tagName === 'path') {
const parent = event.target.parentNode;
partialPageRequest(window.location.href + '/' + (parent.getAttribute('data-plakakodu')));
window.location.href = window.location.href + '/' + (parent.getAttribute('data-plakakodu'));
}
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment