focus fix for firefox
This commit is contained in:
parent
8277cab528
commit
88057655f0
1 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ $(function() {
|
|||
]
|
||||
});
|
||||
button.click(function() {
|
||||
$(this).focus();
|
||||
$(this).blur(); // fix for firefox
|
||||
menu.toggleMenu();
|
||||
});
|
||||
Ox.Event.bind("OxClickMenu", function(event, data) {
|
||||
|
|
Loading…
Reference in a new issue