Skip to content
Snippets Groups Projects
Commit a356d68f authored by colemanw's avatar colemanw
Browse files

Remove deprecated :hover jQuery selector

parent c7f99cf8
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
})
.on('show.smapi', function(e, menu) {
// Focus menu when opened with an accesskey
$(menu).siblings('a[accesskey]:not(:hover)').focus();
$(menu).siblings('a[accesskey]').focus();
})
.smartmenus(CRM.menubar.settings);
initialized = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment