- Web UI: Automatically close torrent download window once the torrent upload is complete

This commit is contained in:
Christophe Dumez 2009-11-23 14:21:07 +00:00
parent 68092f3b5c
commit bc52863aec
3 changed files with 5 additions and 2 deletions

View file

@ -143,6 +143,10 @@ window.addEvent('domready', function(){
});
function closeWindows() {
MochaUI.closeAll();
}
// This runs when a person leaves your page.
window.addEvent('unload', function(){