Added igmptable code to status.tv

This commit is contained in:
Martin Schröder 2015-05-19 17:29:41 +02:00 committed by Martin Schröder
parent 03b7ae383f
commit 719c4d4a33

View file

@ -84,6 +84,7 @@
}).done(function(result){
if(!("username" in result.data)) {
console.log("Session: Not authenticated!");
RPC_SESSION_ID = RPC_DEFAULT_SESSION_ID; // reset sid to 000..
deferred.reject();
} else {
self.$session = result;