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

update character escaping

This commit is contained in:
Luke Pulverenti 2016-11-13 22:44:54 -05:00
parent e95dc53708
commit bb82ca5806
3 changed files with 5 additions and 24 deletions

View file

@ -499,8 +499,7 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr
resolve();
}
}, {
passive: true,
once: true
passive: true
});
var currentRouteInfo;