Fixed compile bug
This commit is contained in:
parent
31e55579b4
commit
1b3351088a
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ namespace Modals {
|
||||||
if (identity && identity.valid()) {
|
if (identity && identity.valid()) {
|
||||||
forum_tag.find(".connected").show();
|
forum_tag.find(".connected").show();
|
||||||
} else {
|
} else {
|
||||||
_tag.find(".disconnected").show();
|
forum_tag.find(".disconnected").show();
|
||||||
}
|
}
|
||||||
} else if (selected_type == profiles.identities.IdentitifyType.TEAMSPEAK) {
|
} else if (selected_type == profiles.identities.IdentitifyType.TEAMSPEAK) {
|
||||||
console.log("Set: " + identity);
|
console.log("Set: " + identity);
|
||||||
|
|
Loading…
Add table
Reference in a new issue