diff --git a/.goreleaser.yml b/.goreleaser.yml index a35cdfc..a20f03e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -41,6 +41,7 @@ archives: - data/* - data/templates/* - data/static/* + - data/static/modules/* checksum: name_template: 'checksums.txt' snapshot: diff --git a/ts/accounts.ts b/ts/accounts.ts index f44f922..6f74a7e 100644 --- a/ts/accounts.ts +++ b/ts/accounts.ts @@ -71,8 +71,6 @@ window.changeEmail = (icon: HTMLElement, id: string): void => { icon.parentNode.appendChild(cross); }; -console.log("bruh"); - (document.getElementById('selectAll')).onclick = function (): void { const checkboxes: NodeListOf = document.getElementById('accountsList').querySelectorAll('input[type=checkbox]'); for (let i = 0; i < checkboxes.length; i++) {