mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
make goreleaser include modules subdir
This commit is contained in:
parent
9d62b70daa
commit
29775e2e75
@ -41,6 +41,7 @@ archives:
|
|||||||
- data/*
|
- data/*
|
||||||
- data/templates/*
|
- data/templates/*
|
||||||
- data/static/*
|
- data/static/*
|
||||||
|
- data/static/modules/*
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
@ -71,8 +71,6 @@ window.changeEmail = (icon: HTMLElement, id: string): void => {
|
|||||||
icon.parentNode.appendChild(cross);
|
icon.parentNode.appendChild(cross);
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("bruh");
|
|
||||||
|
|
||||||
(<HTMLInputElement>document.getElementById('selectAll')).onclick = function (): void {
|
(<HTMLInputElement>document.getElementById('selectAll')).onclick = function (): void {
|
||||||
const checkboxes: NodeListOf<HTMLInputElement> = document.getElementById('accountsList').querySelectorAll('input[type=checkbox]');
|
const checkboxes: NodeListOf<HTMLInputElement> = document.getElementById('accountsList').querySelectorAll('input[type=checkbox]');
|
||||||
for (let i = 0; i < checkboxes.length; i++) {
|
for (let i = 0; i < checkboxes.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user