mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-27 20:36:33 -04:00
Enable upload of multiple files on mobile devices
This commit is contained in:
committed by
Pierre Dubouilh
parent
d17040df0b
commit
b59ea991ff
Vendored
+1
-1
@@ -50,7 +50,7 @@
|
||||
<div style="display: none;" onclick="window.quitAll()" id="quitAll"><i style="display: none;" id="toast">cant reach server</i></div>
|
||||
<textarea style="display: none;" id="text-editor"></textarea>
|
||||
<div id="drop-grid"></div>
|
||||
<input type="file" id="clickupload" style="display:none"/>
|
||||
<input type="file" id="clickupload" multiple style="display:none"/>
|
||||
|
||||
<h1 onclick="return titleClick(event)">.{{.Title}}</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user