mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
print error message for debugging #190
This commit is contained in:
parent
522a1d3d53
commit
18d4cd3cb4
1 changed files with 2 additions and 1 deletions
|
@ -511,8 +511,9 @@ update_chat = function(obj) {
|
||||||
`;
|
`;
|
||||||
var controlarea_receive = '';
|
var controlarea_receive = '';
|
||||||
}
|
}
|
||||||
} catch {
|
} catch (err) {
|
||||||
console.log("error with database parsing...")
|
console.log("error with database parsing...")
|
||||||
|
console.log(err)
|
||||||
}
|
}
|
||||||
// CALLSIGN LIST
|
// CALLSIGN LIST
|
||||||
if (!(document.getElementById('chat-' + dxcallsign + '-list'))) {
|
if (!(document.getElementById('chat-' + dxcallsign + '-list'))) {
|
||||||
|
|
Loading…
Reference in a new issue