aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/js/modal_handler.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20Replace a bunch of `let` with `const`Gravatar jvoisin 1-7/+7
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const > Many style guides (including MDN's) recommend using const over let whenever a variable is not reassigned in its scope. This makes the intent clear that a variable's type (or value, in the case of a primitive) can never change.
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-0/+101
For reference: https://go.dev/doc/go1.4#internalpackages