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

switch paperDialogHashHandler from hashchange to pushstate

This commit is contained in:
Luke Pulverenti 2015-12-08 15:42:08 -05:00
parent 35a8a1611a
commit 00b18fdc5f
3 changed files with 80 additions and 42 deletions

View file

@ -457,6 +457,7 @@ var Dashboard = {
// This is just an attempt to prevent the fade-in animation from running repeating and causing flickering
elem.active = true;
elem.classList.remove('hide');
} else {
@ -479,6 +480,7 @@ var Dashboard = {
if (elem) {
elem.active = false;
elem.classList.add('hide');
}
},