This commit is contained in:
2023-08-29 15:52:07 +03:00
parent f7fa3ef681
commit b5652acad6

View File

@@ -40,7 +40,7 @@ function load_routes (el) {
},
error: function (data){
document.querySelector(".info_profile").innerHTML = data.responseJSON.html;
document.querySelector(".block-finded-routes").innerHTML = data.responseJSON.html;
}
});