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

fix ios 9.3 navigation

This commit is contained in:
Luke Pulverenti 2016-01-24 14:38:53 -05:00
parent 464408e800
commit 3629dc76cd

View file

@ -764,7 +764,9 @@
// a `popstate` on hash assignement or `replaceState` then we need avoid the branch
// that swallows the event created by the popstate generated by the hash assignment
// At the time of this writing this happens with Opera 12 and some version of IE
this.preventHashAssignPopState = false;
if (!browserInfo.safari) {
this.preventHashAssignPopState = false;
}
state = $.extend({
url: href,