mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update IsHD
This commit is contained in:
parent
c109753d4c
commit
cb5e07674d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
});
|
||||
|
||||
// Seeing an issue in some non-chrome browsers where this is requiring a double click
|
||||
var eventName = $.browser.chrome ? 'click' : 'mousedown';
|
||||
var eventName = $.browser.chrome || $.browser.safari ? 'click' : 'mousedown';
|
||||
|
||||
$('.actionSheetMenuItem', dlg).on(eventName, function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue