fixed user image placeholder

This commit is contained in:
DJ2LS 2023-02-26 12:30:54 +01:00
parent 8360f965b5
commit 01e2a48ee1

View file

@ -1668,6 +1668,10 @@ function getSetUserInformation(selected_callsign) {
document.getElementById("dx_user_info_comments").className = "";
})
.catch(function (err) {
document.getElementById("dx_user_info_image").src = "img/icon.png";
document.getElementById("dx_user_info_gridsquare").className =
"placeholder col-4";
document.getElementById("dx_user_info_name").className =