focus fix for firefox
This commit is contained in:
parent
ed3f29e99f
commit
790803e1be
|
@ -78,9 +78,9 @@ $(function() {
|
|||
]
|
||||
});
|
||||
button.click(function() {
|
||||
$(this).focus();
|
||||
menu.toggleMenu();
|
||||
});
|
||||
$(this).blur(); // fix for firefox
|
||||
menu.toggleMenu();
|
||||
});
|
||||
Ox.Event.bind("OxClickMenu", function(event, data) {
|
||||
button.options({
|
||||
value: data.value
|
||||
|
|
Loading…
Reference in New Issue
Block a user