mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix syntax error in site.js
This commit is contained in:
parent
0f96bb2b82
commit
4f91646892
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var Dashboard = {
|
||||||
loginPage = "login.html";
|
loginPage = "login.html";
|
||||||
}
|
}
|
||||||
Dashboard.navigate(loginPage);
|
Dashboard.navigate(loginPage);
|
||||||
}
|
})
|
||||||
},
|
},
|
||||||
getConfigurationPageUrl: function(name) {
|
getConfigurationPageUrl: function(name) {
|
||||||
return "configurationpage?name=" + encodeURIComponent(name)
|
return "configurationpage?name=" + encodeURIComponent(name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue