# HG changeset patch # User Nicholas Jillings # Date 1454323134 0 # Node ID 841de347591e3c06f2c55c7d18d1c42668f393b6 # Parent 47ab6c962962947c9a43e770fd95769da8ef094a# Parent da8b22838465622ff7e15f0d8e3bd46c629bb4eb Merge diff -r 47ab6c962962 -r 841de347591e core.js --- a/core.js Mon Feb 01 10:37:28 2016 +0000 +++ b/core.js Mon Feb 01 10:38:54 2016 +0000 @@ -950,8 +950,14 @@ this.xmlRequest = new XMLHttpRequest(); this.xmlRequest.parent = this; this.users = []; + this.progress = 0; + this.status = 0; this.ready = function() { + if (this.status >= 2) + { + this.status = 3; + } for (var i=0; i