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

update components

This commit is contained in:
Luke Pulverenti 2016-03-02 23:31:15 -05:00
parent dfb7baaec3
commit 982dae32cf
7 changed files with 18 additions and 15 deletions

View file

@ -1912,6 +1912,9 @@ var AppInfo = {};
state.navigate = false;
history.pushState(state, title, url);
jQuery.onStatePushed(state);
},
enableNativeHistory: function () {
return true;
}
};
});