snapdrop

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

commit b3dbce9be8f39aadb6be7c2c5f2dda84552920d9
parent f07e651c7a599446b916c1a9538ed6ee70308b93
Author: Kevin Ji <kevin@kevinji.com>
Date:   Mon, 15 Feb 2021 17:53:58 -0800

index: Fix capitalization of "JavaScript"
Diffstat:
Mclient/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/index.html b/client/index.html @@ -221,8 +221,8 @@ <!-- no script --> <noscript> <x-noscript class="full center column"> - <h1>Enable Javascript</h1> - <h3>Snapdrop works only with Javascript</h3> + <h1>Enable JavaScript</h1> + <h3>Snapdrop works only with JavaScript</h3> </x-noscript> <style> x-noscript {