From 91a178a3707b7ac7d07644d6dacf5339cca8276c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 May 2016 14:36:39 +0200 Subject: [PATCH] Do not add 'X' icon for contextmenu action in mobile template --- api/js/egw_action/egw_action_popup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/js/egw_action/egw_action_popup.js b/api/js/egw_action/egw_action_popup.js index dff86a8dc2..0c397c9a76 100644 --- a/api/js/egw_action/egw_action_popup.js +++ b/api/js/egw_action/egw_action_popup.js @@ -273,7 +273,6 @@ function egwPopupActionImplementation() // Enable onhold trigger till we define a better handler for tree contextmenu // return; } - jQuery('.nm-mob-header .nm_action_header').toggleClass('back', _egw_active_menu); } //Obtain the event object