[call-me] - add config

This commit is contained in:
Miroslav Pejic
2025-01-03 13:07:03 +01:00
parent 1a552a7361
commit 114bf64ad6
4 changed files with 12 additions and 2 deletions
+4 -1
View File
@@ -42,7 +42,10 @@ document.addEventListener('DOMContentLoaded', function () {
fetchRandomImage();
});
// githubDiv.style.display = 'none';
// Handle config
if (!app.showGithub) {
githubDiv.style.display = 'none';
}
async function checkHostPassword(maxRetries = 3, attempts = 0) {
try {