mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
9d42657468
commit
e246745776
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@
|
|||
if (submitted)
|
||||
window.parent.closeWindows();
|
||||
});
|
||||
|
||||
if (Browser.platform === 'ios') {
|
||||
$('fileselect').accept = ".torrent";
|
||||
}
|
||||
</script>
|
||||
<div id="upload_spinner" class="mochaSpinner"></div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue