snapdrop

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

commit 1626875ba8e0160879b8a171f5bafcef7ee4c168
parent 83dc58b5c23106899dc5baea3122b7d8e57416bb
Author: Robin Linus <robin_woll@capira.de>
Date:   Sun,  3 Jan 2016 03:08:17 +0100

Cleanup

Diffstat:
Mapp/elements/buddy-finder/personal-avatar.html | 2+-
Mapp/elements/file-sharing/file-drop-behavior.html | 2+-
Aapp/images/touch/snapdrop-icon.png | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/elements/buddy-finder/personal-avatar.html b/app/elements/buddy-finder/personal-avatar.html @@ -48,7 +48,7 @@ </style> <iron-icon icon="chat:wifi-tethering"></iron-icon> <div class="paper-font-body1"> - The easiest way to transfer files. + The easiest way to transfer data. </div> <div class="paper-font-body1 discover"> Allow me to be discovered by: Everyone in this network. diff --git a/app/elements/file-sharing/file-drop-behavior.html b/app/elements/file-sharing/file-drop-behavior.html @@ -26,7 +26,7 @@ Chat.FileDropBehaviorImpl = { event.stopPropagation(); event.preventDefault(); - //call dragend + //drop is a dragend dragEnd(); // Get files diff --git a/app/images/touch/snapdrop-icon.png b/app/images/touch/snapdrop-icon.png Binary files differ.