- Fix torrent upload in Web UI (worked randomly)

This commit is contained in:
Christophe Dumez
2009-12-08 16:42:59 +00:00
parent a2423e97eb
commit bb6468005d
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ function submitForm(form) {
return false;
}
document.uploadForm.submit();
window.parent.hideAll();
}
</script>
</head>