mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- Web UI: Automatically close torrent download window once the torrent upload is complete
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
function showSuccess() {
|
||||
$('myiframe').addClass('invisible');
|
||||
$('successMessage').removeClass('invisible');
|
||||
window.parent.closeWindows();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user