mirror of
https://github.com/kkhattabi213/apm.emtusahuelva.es.git
synced 2026-03-31 15:06:24 +02:00
fix de imagenes de aviso, error de httpss en vez de https
This commit is contained in:
BIN
img/blue-bus-180-hi.png
Normal file
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
BIN
img/relojRojo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 981 B |
@@ -4769,8 +4769,8 @@ function imgConverter(url) {
|
|||||||
trueUrl = 'https://www.emtusahuelva.com/' + url
|
trueUrl = 'https://www.emtusahuelva.com/' + url
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (url.indexOf('http://www.emtusahuelva') != 1) {
|
if (url.indexOf('http://www.emtusahuelva') == 0) {
|
||||||
trueUrl = url.replace('http', 'https')
|
trueUrl = url.replace('http://', 'https://')
|
||||||
} else {
|
} else {
|
||||||
trueUrl = url
|
trueUrl = url
|
||||||
}
|
}
|
||||||
|
|||||||
6227
slick/index.js
6227
slick/index.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user