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

3.0.5518.3

This commit is contained in:
Luke Pulverenti 2015-02-11 11:19:16 -05:00
parent d3b42303eb
commit eaee4fdf17
3 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ var Dashboard = {
var urlLower = getWindowUrl().toLowerCase();
var index = urlLower.indexOf('/web');
if (index == -1) {
index = urlLower.index('/dashboard');
index = urlLower.indexOf('/dashboard');
}
if (index != -1) {