update action sheet for safari

This commit is contained in:
Luke
2015-12-25 16:20:23 -05:00
parent ba2376fca9
commit dc8f4dc1f9
+1 -1
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 () {