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:
parent
97a3abb0c4
commit
b88b863e78
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user