Fix indentation and use const where preferable
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 1m17s

This commit is contained in:
Shy 2024-05-06 14:42:21 +02:00
parent 9f95e704b9
commit c9cda14f38

View file

@ -67,7 +67,7 @@ function knownTypes() {
}
// Get location in document.
let known_types = document.getElementById('knowntypes');
const known_types = document.getElementById('knowntypes');
known_types.textContent = `Known types: `;
// Create a button for every known type.