fix de imagenes de aviso, error de httpss en vez de https

This commit is contained in:
kkhattabi213
2025-08-02 07:03:39 +02:00
parent 15d516f71d
commit 90f9682f14
4 changed files with 2 additions and 6229 deletions

BIN
img/blue-bus-180-hi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
img/relojRojo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

View File

@@ -4769,8 +4769,8 @@ function imgConverter(url) {
trueUrl = 'https://www.emtusahuelva.com/' + url
}
} else {
if (url.indexOf('http://www.emtusahuelva') != 1) {
trueUrl = url.replace('http', 'https')
if (url.indexOf('http://www.emtusahuelva') == 0) {
trueUrl = url.replace('http://', 'https://')
} else {
trueUrl = url
}

File diff suppressed because it is too large Load Diff