Parcourir la source

Fix iOS 12 download bug

RobinLinus il y a 6 ans
Parent
commit
29a755c555
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {