Commit 9e1df8e8 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

change status to online when iframe is loaded

parent 35230983
......@@ -56,7 +56,7 @@
};
function _statuschanged() {
if (PushStream.status == 5) {
if ((PushStream.status == 4) || (PushStream.status == 5)) {
$(".offline").hide();
$(".online").show();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment