mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added info button for each fieldset
This commit is contained in:
@ -171,8 +171,10 @@ modalOverlay.addEventListener("keydown", (e) => {
|
||||
}
|
||||
});
|
||||
|
||||
window["info-download-btn"].addEventListener("click", (e) => {
|
||||
show_modal_with(window["info-download"].content.cloneNode(true));
|
||||
["download", "upload", "results"].forEach((section) => {
|
||||
window[`info-${section}-btn`].addEventListener("click", () => {
|
||||
show_modal_with(window[`info-${section}`].content.cloneNode(true));
|
||||
});
|
||||
});
|
||||
|
||||
document.getElementById("request-status").onclick = () => {
|
||||
|
Reference in New Issue
Block a user