This commit is contained in:
Naiel
2025-05-29 15:07:30 +02:00
committed by GitHub
parent 4901fd5166
commit 02a9fad208
2 changed files with 5 additions and 3 deletions

View File

@@ -529,9 +529,9 @@
peerListEl.innerHTML = list.innerHTML;
peerCountEl.innerText = peerCount;
if (peerCount < 2){
document.getElementById("connectStatus").src = "static/connect_ko.svg"
document.getElementById("connectStatus").src = "static/ico/connect_ko.svg"
} else {
document.getElementById("connectStatus").src = "static/connect_ok.svg"
document.getElementById("connectStatus").src = "static/ico/connect_ok.svg"
}
}

4
sw.js
View File

@@ -1,4 +1,4 @@
var cacheName = 'telesec_2025-05-29_9';
var cacheName = 'telesec_2025-05-29_10';
self.addEventListener('install', event => {
event.waitUntil(
@@ -37,6 +37,8 @@ self.addEventListener('install', event => {
"static/ico/cereales.png",
"static/ico/checkbox.png",
"static/ico/checkbox_unchecked.png",
"static/ico/connect_ok.svg",
"static/ico/connect_ko.svg",
"static/ico/coffee_bean.png",
"static/ico/colacao.jpg",
"static/ico/cookies.png",