- Forgot to consider allocating state in WebUI

This commit is contained in:
Christophe Dumez 2008-12-30 11:52:22 +00:00
parent c18103539c
commit f9bf485ed7
2 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,8 @@ window.addEvent('domready', function(){
return '<img src="images/skin/stalled.png"/>';
case 'queued':
return '<img src="images/skin/queued.png"/>';
default:
return '<img src="images/skin/stalled.png"/>';
}
return '';
};