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

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
}