added additional logging for debugging purposes

This commit is contained in:
DJ2LS 2023-03-23 10:27:44 +01:00
parent 49611cf023
commit f4a7ad06e0

View file

@ -2044,6 +2044,7 @@ function getSetUserSharedFolder(selected_callsign) {
}
})
.catch(function (err) {
console.log(err)
document.getElementById("sharedFolderTableDX").innerHTML = "no data";
});
}