# HG changeset patch # User Nicholas Jillings # Date 1454323134 0 # Node ID c0022a09c4f6632bb10ea1b81591ba7cc02e94b9 # Parent f7da0ea7a4c158407f0623d33843ce2a39ac378d# Parent 0e28f934820564da058cb3ca572291090745b7da Merge diff -r 0e28f9348205 -r c0022a09c4f6 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