Prettified Code!

This commit is contained in:
Mashintime 2023-03-04 18:49:59 +00:00 committed by GitHub Action
parent 25a82403d8
commit fffb1145fe

View file

@ -1875,7 +1875,12 @@ async function updateAllChat(clear) {
function getSetUserInformation(selected_callsign) {
//Get user information
if (selected_callsign == "" || selected_callsign == null || typeof selected_callsign == "undefined") return;
if (
selected_callsign == "" ||
selected_callsign == null ||
typeof selected_callsign == "undefined"
)
return;
document.getElementById("dx_user_info_callsign").innerHTML =
selected_callsign;