Fix syntax. Emit relaydisconnect so connect button changes

This commit is contained in:
Tor Hveem 2014-05-07 19:15:47 +02:00
parent fbfeec8fca
commit 91b0ddc259

View file

@ -385,11 +385,12 @@ function($rootScope,
'onmessage': onmessage,
'onerror': onerror
});
}catch(e) {
} catch(e) {
$log.debug("Websocket caught DOMException:", e);
$rootScope.lastError = Date.now();
$rootScope.errorMessage = true;
$rootScope.securityError = true;
$rootScope.$emit('relayDisconnect');
}
};