[call-me] - fix click to call

This commit is contained in:
Miroslav Pejic
2024-12-05 11:15:22 +01:00
parent abddb74022
commit 051fe49ef3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.23",
"version": "1.0.24",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+1 -1
View File
@@ -35,10 +35,10 @@ let stream;
// On html page loaded...
document.addEventListener('DOMContentLoaded', async function () {
await fetchRandomImage();
handleToolTip();
handleLocalStorage();
handleDirectJoin();
fetchRandomImage();
});
// Get Random Images