comparison js/core.js @ 2466:496fde335890

Hotfix. Completed results should be closed with state="complete"
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 07 Jul 2016 10:04:35 +0100
parents 75bd7b5dc522
children 221688a8be4f
comparison
equal deleted inserted replaced
2465:af42b5492f46 2466:496fde335890
3395 if (this.state == 0) 3395 if (this.state == 0)
3396 { 3396 {
3397 this.update(); 3397 this.update();
3398 } 3398 }
3399 this.state = 1; 3399 this.state = 1;
3400 this.root.setAttribute("state","complete");
3400 return this.root; 3401 return this.root;
3401 }; 3402 };
3402 } 3403 }
3403 3404
3404 var window_depedancy_callback; 3405 var window_depedancy_callback;