mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 00:12:36 +01:00
Enable upload of multiple files on mobile devices
This commit is contained in:
parent
d17040df0b
commit
b59ea991ff
1 changed files with 1 additions and 1 deletions
2
ui/ui.tmpl
vendored
2
ui/ui.tmpl
vendored
|
|
@ -50,7 +50,7 @@
|
||||||
<div style="display: none;" onclick="window.quitAll()" id="quitAll"><i style="display: none;" id="toast">cant reach server</i></div>
|
<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>
|
<textarea style="display: none;" id="text-editor"></textarea>
|
||||||
<div id="drop-grid"></div>
|
<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>
|
<h1 onclick="return titleClick(event)">.{{.Title}}</h1>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue