mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
gave previous status a default value
This commit is contained in:
parent
57fef21e30
commit
1801dc9d90
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function simplifiedStatusIndicator(properties) {
|
|||
|
||||
|
||||
// When avatar goes away, set status to busy
|
||||
var previousStatus;
|
||||
var previousStatus = "available";
|
||||
function onWentAway() {
|
||||
previousStatus = currentStatus;
|
||||
if (currentStatus !== "busy") {
|
||||
|
|
Loading…
Reference in a new issue