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