Browse Source

Fix iOS 12 download bug

RobinLinus 6 năm trước cách đây
mục cha
commit
29a755c555
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/scripts/ui.js

+ 1 - 1
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) {