Še malo šminke (št. pesmi) in 9900 za prikaz istega preko tipkovnice. #9
This commit is contained in:
@@ -362,6 +362,11 @@ async function openAbout() {
|
||||
document.getElementById('about-name').textContent = data.name;
|
||||
document.getElementById('about-version').textContent = 'Verzija ' + data.version;
|
||||
document.getElementById('about-description').textContent = data.description;
|
||||
|
||||
// Dodaj število pesmi
|
||||
if (data.song_count !== undefined) {
|
||||
document.getElementById('about-description').innerHTML += `<br><br>Število pesmi v bazi: <strong>${data.song_count}</strong>`;
|
||||
}
|
||||
|
||||
const authorsList = document.getElementById('about-authors');
|
||||
authorsList.innerHTML = '';
|
||||
|
||||
Reference in New Issue
Block a user