snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 29a755c55528a97edf4353f80190a1a69cd4bf85
parent e9e8d6336bdba0d17465154ac48578ecad2958d8
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Tue,  9 Oct 2018 15:45:31 +0200

Fix iOS 12 download bug

Diffstat:
Mclient/scripts/ui.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {