diff --git a/js/file-selector.js b/js/file-selector.js index c16c0fd9..ab1f2269 100644 --- a/js/file-selector.js +++ b/js/file-selector.js @@ -8,6 +8,11 @@ */ function init_file_selector(max_images) { + // Temporarily block iOS + if (/iPad|iPhone|iPod/.test(navigator.userAgent)) { + return; + } + $(document).ready(function () { // add options panel item if (window.Options && Options.get_tab('general')) {