mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-09 04:05: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")
|
.attr("id", "datalistOptions")
|
||||||
;
|
;
|
||||||
|
|
||||||
|
input_grp.insert("div")
|
||||||
|
.classed("form-text", true)
|
||||||
|
.text("Or click to highlight descendants")
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function switch_katex(toggle=true) {
|
async function switch_katex(toggle=true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user