@ -454,7 +454,7 @@ define(['jquery', 'underscore', 'bigscreen', 'moment', 'sjcl', 'modernizr', 'web
var reconnect = function() {
if (appData.flags.connected && appData.flags.autoreconnect) {
if (appData.flags.resurrect === null) {
// Storage data at the resurrection shrine.
// Store data at the resurrection shrine.
appData.flags.resurrect = {
status: $scope.getStatus(),
id: $scope.id
@ -62,7 +62,8 @@ define(["jquery"], function($) {
service.e = $({});
service.data = null;
service.flags = {
authorizing: false
authorizing: false,
resurrect: null
};
service.language = $window.document.getElementsByTagName("html")[0].getAttribute("lang");