Browse Source

Make sure to reset prior room name when the default room is disabled.

pull/156/merge
Simon Eisenmann 11 years ago
parent
commit
8e3bb1fad5
  1. 1
      static/js/services/rooms.js

1
static/js/services/rooms.js

@ -41,6 +41,7 @@ define([
switch(error.Code) { switch(error.Code) {
case "default_room_disabled": case "default_room_disabled":
priorRoomName = null;
rooms.randomRoom(); rooms.randomRoom();
break; break;
case "invalid_credentials": case "invalid_credentials":

Loading…
Cancel
Save