mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
feat(1.89.19): google translate support
This commit is contained in:
parent
c5a4014feb
commit
9bdf8629fb
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ function createButton() {
|
|||
button.innerHTML = "Install";
|
||||
button.onclick = openDialog;
|
||||
button.onmouseenter = () => tip("Install the Application");
|
||||
document.querySelector("body").appendChild(button);
|
||||
document.getElementById("optionsContainer").appendChild(button);
|
||||
return button;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue