focus fix for firefox
This commit is contained in:
parent
ed3f29e99f
commit
790803e1be
|
@ -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 New Issue
Block a user