';
$list.html(html);
});
}
// Marchează favorite existente
$('.favorite-btn').each(function(){
const postId = $(this).data('post-id').toString();
if(loadFavorites().includes(postId)){
$(this).addClass('added').text('✅ Adăugat la favorite');
}
});
// Click adaugă/elimină favorite
$(document).on('click', '.favorite-btn', function(){
const postId = $(this).data('post-id').toString();
let favorites = loadFavorites();
if(!favorites.includes(postId)){
favorites.push(postId);
saveFavorites(favorites);
$(this).addClass('added').text('✅ Adăugat la favorite');
} else {
favorites = favorites.filter(id => id!==postId);
saveFavorites(favorites);
$(this).removeClass('added').html('★ Adaugă la favorite');
}
});
// Click șterge din listă
$(document).on('click', '.remove-favorite', function(){
const postId = $(this).data('post-id').toString();
let favorites = loadFavorites();
favorites = favorites.filter(id=>id!==postId);
saveFavorites(favorites);
renderFavorites();
});
// Încarcă lista la pagină de favorite
if($('#favorites-list').length>0) renderFavorites();
});Never Let Me Go (2010) online subtitrat în Romana HD
🎬 Never Let Me Go (2010)
[add_to_favorites]
Urmaresti online Never Let Me Go (2010) – Să nu mă părăsești, Bazat pe apreciatul bestseller al lui Kazuo Ishiguro (The Remains of the Day), NEVER LET ME GO este o remarcabilă poveste de dragoste, pierdere și adevăruri ascunse. În roman, el pune întrebarea fundamentală: Ce ne face umani? Acum, regizorul Mark Romanek (ONE HOUR PHOTO), scenaristul Alex Garland (28 DAYS LATER, SUNSHINE) și DNA Films aduc pe ecran povestea sfâșietoare și emoționantă a lui Ishiguro.