From 5e0a17980748dda09da093d4bacb181faf8fb7b0 Mon Sep 17 00:00:00 2001 From: Maggie Date: Thu, 1 May 2014 14:19:32 -0400 Subject: [PATCH] Fixed focus on jquery ui in navigation menu --- templates/CRM/common/Navigation.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/common/Navigation.tpl b/templates/CRM/common/Navigation.tpl index 9891230277..dcd8dd3961 100644 --- a/templates/CRM/common/Navigation.tpl +++ b/templates/CRM/common/Navigation.tpl @@ -108,6 +108,9 @@ $('#civicrm-menu').ready(function() { response(ret); }) }, + focus: function (event, ui){ + return false; + }, select: function (event, ui) { document.location = CRM.url('civicrm/contact/view', {reset: 1, cid: ui.item.value}); return false; -- 2.25.1