mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
Merge 6a062da3de into d17040df0b
This commit is contained in:
commit
9603ac2317
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