mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Allow hiding load message instantly
This commit is contained in:
parent
a7b4ebae1b
commit
dacd9906e7
1 changed files with 28 additions and 24 deletions
|
|
@ -16,6 +16,10 @@ if (localStorage.getItem("disable_click_arrow_tooltip")) {
|
|||
optionsTrigger.classList.remove("glow");
|
||||
}
|
||||
|
||||
function hideLoadingMessage() {
|
||||
d3.select("#loading").remove()
|
||||
}
|
||||
|
||||
// Show options pane on trigger click
|
||||
function showOptions(event) {
|
||||
if (!localStorage.getItem("disable_click_arrow_tooltip")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue