mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-23 15:35:27 +01:00
add label to search field
This commit is contained in:
parent
aa9a1cfdb6
commit
d4349c8b0a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user