comparison js/core.js @ 2425:c859ec64acca

Implementation for #11
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 27 May 2016 14:58:20 +0100
parents d44b5e04acbc
children 037cf4e2b2d6
comparison
equal deleted inserted replaced
2423:23bbd100b403 2425:c859ec64acca
1307 if (this.parent.users[i].interfaceDOM != null) 1307 if (this.parent.users[i].interfaceDOM != null)
1308 { 1308 {
1309 this.parent.users[i].bufferLoaded(this); 1309 this.parent.users[i].bufferLoaded(this);
1310 } 1310 }
1311 } 1311 }
1312 interfaceContext.lightbox.post("Error","Could not load resource "+this.parent.url);
1312 } 1313 }
1313 1314
1314 this.progress = 0; 1315 this.progress = 0;
1315 this.progressCallback = function(event){ 1316 this.progressCallback = function(event){
1316 if (event.lengthComputable) 1317 if (event.lengthComputable)