fix typo in call roster

rich-presence
Matthew Chambers 2021-05-24 12:26:48 -05:00
rodzic f6f1e0bae3
commit d29edd12cc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1672,7 +1672,7 @@ function viewRoster()
{ worker += "<th style='cursor:pointer;' onclick='showRosterBox(12);' >Life</th>"; }
if (g_rosterSettings.columns.OAMS)
{ worker += "<th title='Off-Air Message User' style='cursor:pointer;' onclick='showRosterBox(14);'>OAM</th>"; }
{ worker += "<th title='Off-Air Message User' style='cursor:pointer;' onclick='showRosterBox(14);'>OAMS</th>"; }
if (g_rosterSettings.columns.Age)
{ worker += "<th style='cursor:pointer;' onclick='showRosterBox(6);' >Age</th></thead>"; }