[call-me] - fix typo
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
@@ -42,6 +42,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
fetchRandomImage();
|
||||
});
|
||||
|
||||
// githubDiv.style.display = 'none';
|
||||
|
||||
// Get Random Images
|
||||
async function fetchRandomImage() {
|
||||
if (sessionStorage.cachedImage) {
|
||||
|
||||
Reference in New Issue
Block a user