You wont belive it

This commit is contained in:
Michał Gdula 2022-08-07 18:28:21 +01:00
parent 8da2aff265
commit ffa8a8e1a3
8 changed files with 73 additions and 49 deletions

View file

@ -20,7 +20,7 @@ function flyoutShow(header, description, actionbox) {
// Set information in flyout
flyoutHeader.textContent = header;
flyoutDescription.textContent = description;
flyoutActionbox.innerHTML = actionbox;
$(flyoutActionbox).html(actionbox);
// Show the flyout
flyoutRoot.style.display = "flex";