WebUI: Use workaround for IOS file picker

PR #18837.
Fixes #18683.
This commit is contained in:
DivineHawk
2023-04-16 13:30:30 +02:00
committed by GitHub
parent 1e400df324
commit 0defb7d79d

View File

@@ -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>