- 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

@@ -11,6 +11,7 @@
function showSuccess() {
$('myiframe').addClass('invisible');
$('successMessage').removeClass('invisible');
window.parent.closeWindows();
}
</script>
</head>