make goreleaser include modules subdir

This commit is contained in:
Harvey Tindall
2020-10-22 18:13:11 +01:00
parent 9d62b70daa
commit 29775e2e75
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -71,8 +71,6 @@ window.changeEmail = (icon: HTMLElement, id: string): void => {
icon.parentNode.appendChild(cross);
};
console.log("bruh");
(<HTMLInputElement>document.getElementById('selectAll')).onclick = function (): void {
const checkboxes: NodeListOf<HTMLInputElement> = document.getElementById('accountsList').querySelectorAll('input[type=checkbox]');
for (let i = 0; i < checkboxes.length; i++) {