From dc8f4dc1f9f899b5e98948511ddeddef744fe3e7 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 25 Dec 2015 16:20:23 -0500 Subject: [PATCH] update action sheet for safari --- dashboard-ui/scripts/actionsheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/actionsheet.js b/dashboard-ui/scripts/actionsheet.js index 3588e050ce..c2a9aa960b 100644 --- a/dashboard-ui/scripts/actionsheet.js +++ b/dashboard-ui/scripts/actionsheet.js @@ -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 () {