Check http request on server side + remove image source in html pages
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user