Front-end implementation: Display current selection

This commit is contained in:
David Duque 2021-02-07 17:06:27 +00:00
parent 4d055e38b3
commit 77bd9e1ab5
No known key found for this signature in database
GPG key ID: 2F327738A3C0AE3A

View file

@ -123,6 +123,7 @@
option.appendTo(menurep.find("#menu"))
});
template.remove()
menurep.find("#current-key").html(menurep.find(`#key-${wkd_config.chosen ? wkd_config.chosen : "none"}`).html())
return menurep
}