Add Scroll to Top Button
This commit is contained in:
parent
1a181980a3
commit
7afef6234a
1 changed files with 2 additions and 1 deletions
|
@ -39,5 +39,6 @@ window.onload = function(e){
|
|||
</p>
|
||||
{{end}}
|
||||
</div>
|
||||
<input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB"> Auto Follow
|
||||
<input type="checkbox" onclick="toggleAutoRefresh(this);" id="reloadCB"> Auto Follow</input>
|
||||
<button type="button" onclick="window.scrollTo(0,0);">Scroll to Top</button>
|
||||
{{template "tail"}}
|
Loading…
Add table
Reference in a new issue