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

update IsHD

This commit is contained in:
Luke Pulverenti 2015-10-20 12:53:51 -04:00
parent c109753d4c
commit cb5e07674d

View file

@ -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 () {