1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00

Fix ability to write in the file's input field

This commit is contained in:
Availu 2015-02-23 19:20:08 +01:00
parent 97a3abb0c4
commit b88b863e78

View File

@ -5,7 +5,7 @@
<input class="file-path validate" type="text"/>
<div class="btn">
<span>File</span>
<input id="file" type="file" name="file" />
<input id="file" type="file" name="file" readonly/>
</div>
</div>