From 29a755c55528a97edf4353f80190a1a69cd4bf85 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Tue, 9 Oct 2018 15:45:31 +0200 Subject: [PATCH] Fix iOS 12 download bug --- client/scripts/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/ui.js b/client/scripts/ui.js index 2477767..ccb53f8 100644 --- a/client/scripts/ui.js +++ b/client/scripts/ui.js @@ -237,7 +237,7 @@ class ReceiveDialog extends Dialog { this.show(); if (window.isDownloadSupported) return; - $a.target = "_blank"; // fallback + // $a.target = "_blank"; // fallback } _formatFileSize(bytes) {