Commit f05d15a2 by Kim Peace

Merge branch 'bug/offline' into debug/console_logs

parents 5427d2f1 52db6456
......@@ -116,6 +116,9 @@ Common.refreshForOnline = function () {
if (typeof Namecard != "undefined") {
Namecard.refreshForOnline();
}
if (document.readyState == "complete") {
Common.dismissLoadingIndicator();
}
};
Common.refreshForOffline = function () {
......
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