This commit is contained in:
troy
2022-02-26 12:50:35 +01:00
parent 6535b205a3
commit 3a80f86358
3 changed files with 5 additions and 4 deletions

View File

@@ -82,11 +82,11 @@
console.log(links);
links[l].addEventListener('click',function(ev) {
openFlag(ev);
ev.preventDefault();
return false;
});
}
}
//TODO flag-link
panel.appendChild(tab);
panel.appendChild(button);