Small additions

This commit is contained in:
James Cole
2025-03-29 07:58:45 +01:00
parent 7b0e7e8612
commit 6dcc78b9e5
3 changed files with 38 additions and 2 deletions

View File

@@ -20,6 +20,6 @@
export function showInternalsButton() {
console.log('showInternalsButton');
// console.log('showInternalsButton');
document.querySelector('.toggle-page-internals').classList.remove('d-none');
}