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 Vladimir Golovnev (glassez)
parent 9d42657468
commit e246745776

View File

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