1894
edycje
m (grupowanie informacji) |
m (Ukrywanie "Wpisy użytkownika" na liście autorów) |
||
| Linia 39: | Linia 39: | ||
$('#blog-latest ol li a').each(function(index) { | $('#blog-latest ol li a').each(function(index) { | ||
$(this).text($(this).text().slice(5)); | $(this).text($(this).text().slice(5)); | ||
}); | |||
/* Ukrywanie "Wpisy użytkownika " na liście autorów */ | |||
$('#blog-authors a').each(function(index) { | |||
$(this).text($(this).text().slice(18)); | |||
}); | }); | ||