mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-16 21:10:54 +08:00
Merge pull request #32 from MrChrisW/master
Fix Image in Readme, Use readonly not disabled for input
This commit is contained in:
commit
fa68310afe
@ -1,4 +1,4 @@
|
||||
# 
|
||||
# 
|
||||
|
||||
ShareDrop is HTML5 clone of Apple [AirDrop](http://support.apple.com/kb/ht4783) service. It allows you to transfer files directly between devices, without having to upload them to any server first. It uses [WebRTC](http://www.webrtc.org) for secure peer-to-peer file transfer and [Firebase](https://www.firebase.com) for presence management and WebRTC signaling.
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{room-url value=controller.currentUrl disabled="disabled" style="display: block; margin: auto;"}}
|
||||
{{room-url value=controller.currentUrl readonly="readonly" style="display: block; margin: auto;"}}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user