Allow hiding load message instantly

This commit is contained in:
Troy Alford 2019-05-05 02:41:31 -07:00
parent a7b4ebae1b
commit dacd9906e7

View file

@ -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")) {