update
This commit is contained in:
@@ -529,9 +529,9 @@
|
|||||||
peerListEl.innerHTML = list.innerHTML;
|
peerListEl.innerHTML = list.innerHTML;
|
||||||
peerCountEl.innerText = peerCount;
|
peerCountEl.innerText = peerCount;
|
||||||
if (peerCount < 2){
|
if (peerCount < 2){
|
||||||
document.getElementById("connectStatus").src = "static/connect_ko.svg"
|
document.getElementById("connectStatus").src = "static/ico/connect_ko.svg"
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("connectStatus").src = "static/connect_ok.svg"
|
document.getElementById("connectStatus").src = "static/ico/connect_ok.svg"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
sw.js
4
sw.js
@@ -1,4 +1,4 @@
|
|||||||
var cacheName = 'telesec_2025-05-29_9';
|
var cacheName = 'telesec_2025-05-29_10';
|
||||||
|
|
||||||
self.addEventListener('install', event => {
|
self.addEventListener('install', event => {
|
||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
@@ -37,6 +37,8 @@ self.addEventListener('install', event => {
|
|||||||
"static/ico/cereales.png",
|
"static/ico/cereales.png",
|
||||||
"static/ico/checkbox.png",
|
"static/ico/checkbox.png",
|
||||||
"static/ico/checkbox_unchecked.png",
|
"static/ico/checkbox_unchecked.png",
|
||||||
|
"static/ico/connect_ok.svg",
|
||||||
|
"static/ico/connect_ko.svg",
|
||||||
"static/ico/coffee_bean.png",
|
"static/ico/coffee_bean.png",
|
||||||
"static/ico/colacao.jpg",
|
"static/ico/colacao.jpg",
|
||||||
"static/ico/cookies.png",
|
"static/ico/cookies.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user