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

made xml saver methods a little cleaner

This commit is contained in:
Luke Pulverenti 2013-06-28 10:11:09 -04:00
parent b20f803a51
commit c374e3c671
2 changed files with 7 additions and 1 deletions

View file

@ -281,6 +281,12 @@
}
$('#programDataPath', page).html(dashboardInfo.SystemInfo.ProgramDataPath);
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
$('#pProgramDataPath', page).hide();
} else {
$('#pProgramDataPath', page).hide();
}
var host = ApiClient.serverHostName();