Check http request on server side + remove image source in html pages

This commit is contained in:
2015-08-29 16:18:22 +02:00
parent 3e69ae7199
commit 304c31d870
3 changed files with 21 additions and 7 deletions

View File

@@ -269,7 +269,7 @@ function Ugc()
oFilm.name($Film.find('.FilmTitle').text());
//Poster
var sPosterUrl = $Film.find('.FilmThumbnail img').attr('src');
var sPosterUrl = $Film.find('.FilmThumbnail img').attr('source');
oFilm.poster(sPosterUrl);
oFilm.backgroundPoster(sPosterUrl.replace('152x217/FFFFFF', '274x410/EEEEE8'));