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

move installation manager down to common

This commit is contained in:
Luke Pulverenti 2013-06-30 22:27:50 -04:00
parent 282ff65942
commit 2a4233e3de
2 changed files with 1 additions and 7 deletions

View file

@ -282,12 +282,6 @@
$('#programDataPath', page).html(dashboardInfo.SystemInfo.ProgramDataPath);
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
$('#pProgramDataPath', page).hide();
} else {
$('#pProgramDataPath', page).show();
}
var host = ApiClient.serverHostName();
var url = "http://" + host + ":" + port + "/mediabrowser";