mirror of https://github.com/kiwix/libkiwix.git
Add accesskey to Kiwix Server random button
This commit is contained in:
parent
22c75245a5
commit
a0b66eae0c
|
@ -53,6 +53,7 @@
|
|||
onclick="gotoMainPageOfCurrentBook()"></a>
|
||||
<a id="kiwix_serve_taskbar_random_button"
|
||||
title="Go to a randomly selected page"
|
||||
accesskey="r"
|
||||
aria-label="Go to a randomly selected page"
|
||||
onclick="gotoRandomPage()">
|
||||
<button>🎲</button>
|
||||
|
|
Loading…
Reference in New Issue