projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fc0aa
)
Fixed focus on jquery ui in navigation menu
author
Maggie
<maggie.epps@gmail.com>
Thu, 1 May 2014 18:19:32 +0000
(14:19 -0400)
committer
Maggie
<maggie.epps@gmail.com>
Thu, 1 May 2014 18:19:32 +0000
(14:19 -0400)
templates/CRM/common/Navigation.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/Navigation.tpl
b/templates/CRM/common/Navigation.tpl
index 98912302771dfd499c5b6aa6ec989dda90356df1..dcd8dd3961fa269ca589c681d91d6acd13aded6e 100644
(file)
--- 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;