From 508b5e22f911e6cdd174162395053449c5bd9257 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Thu, 11 Oct 2018 00:20:50 +0200 Subject: [PATCH] iOS: Test if download works without SW --- 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 0722236..636ba96 100644 --- a/client/scripts/ui.js +++ b/client/scripts/ui.js @@ -238,7 +238,7 @@ class ReceiveDialog extends Dialog { this.show(); if (window.isDownloadSupported) return; - // $a.target = "_blank"; // fallback + $a.target = "_blank"; // fallback } _formatFileSize(bytes) {