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:
parent
464408e800
commit
3629dc76cd
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue