mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.22.15
This commit is contained in:
parent
f5985a4374
commit
94badd833b
5 changed files with 42 additions and 7 deletions
|
|
@ -16,6 +16,7 @@ const tooltip = document.getElementById("tooltip");
|
|||
// show tip for non-svg elemets with data-tip
|
||||
document.getElementById("dialogs").addEventListener("mousemove", showDataTip);
|
||||
document.getElementById("optionsContainer").addEventListener("mousemove", showDataTip);
|
||||
document.getElementById("exitCustomization").addEventListener("mousemove", showDataTip);
|
||||
|
||||
function tip(tip = "Tip is undefined", main, error, time) {
|
||||
tooltip.innerHTML = tip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue