We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17040d commit b59ea99Copy full SHA for b59ea99
ui/ui.tmpl
@@ -50,7 +50,7 @@
50
<div style="display: none;" onclick="window.quitAll()" id="quitAll"><i style="display: none;" id="toast">cant reach server</i></div>
51
<textarea style="display: none;" id="text-editor"></textarea>
52
<div id="drop-grid"></div>
53
- <input type="file" id="clickupload" style="display:none"/>
+ <input type="file" id="clickupload" multiple style="display:none"/>
54
55
<h1 onclick="return titleClick(event)">.{{.Title}}</h1>
56
0 commit comments