1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more translations

This commit is contained in:
Luke Pulverenti 2014-05-30 17:06:57 -04:00
parent 9c61eb5dd7
commit dcd20638c8
8 changed files with 65 additions and 30 deletions

View file

@ -630,7 +630,6 @@
}
if (!tasks.length) {
html += '<p>No tasks are currently running.</p>';
$('#runningTasksCollapsible', page).hide();
} else {
$('#runningTasksCollapsible', page).show();
@ -638,7 +637,6 @@
for (var i = 0, length = tasks.length; i < length; i++) {
var task = tasks[i];
html += '<p>';