[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2024-12-23 17:43:07 +01:00
parent 872345c3ba
commit 423455cce5
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -78,4 +78,4 @@ definitions:
properties:
connected:
type: array
example: ['http://localhost:8000/join?user=call-me&call=miro']
example: ['https://your.domain/join?user=call-me&call=miro']
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.32",
"version": "1.0.33",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+2
View File
@@ -42,6 +42,8 @@ document.addEventListener('DOMContentLoaded', function () {
fetchRandomImage();
});
// githubDiv.style.display = 'none';
// Get Random Images
async function fetchRandomImage() {
if (sessionStorage.cachedImage) {