1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 13:05:31 +02:00

add label to search field

This commit is contained in:
Marek Kaluba 2022-02-23 16:28:46 +01:00
parent aa9a1cfdb6
commit d4349c8b0a
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

@ -39,6 +39,10 @@ async function add_search() {
.attr("id", "datalistOptions")
;
input_grp.insert("div")
.classed("form-text", true)
.text("Or click to highlight descendants")
;
}
async function switch_katex(toggle=true) {