mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
parent
1e400df324
commit
0defb7d79d
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@
|
||||||
if (submitted)
|
if (submitted)
|
||||||
window.parent.closeWindows();
|
window.parent.closeWindows();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (Browser.platform === 'ios') {
|
||||||
|
$('fileselect').accept = ".torrent";
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<div id="upload_spinner" class="mochaSpinner"></div>
|
<div id="upload_spinner" class="mochaSpinner"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue