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