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

update action sheet for safari

This commit is contained in:
Luke 2015-12-25 16:20:23 -05:00
parent ba2376fca9
commit dc8f4dc1f9

View file

@ -144,7 +144,7 @@
});
// Seeing an issue in some non-chrome browsers where this is requiring a double click
var eventName = browserInfo.chrome || browserInfo.safari ? 'click' : 'mousedown';
var eventName = browserInfo.chrome ? 'click' : 'mousedown';
$('.actionSheetMenuItem', dlg).on(eventName, function () {