one more focusedElement
This commit is contained in:
parent
8050b3f327
commit
d568821c3f
1 changed files with 1 additions and 1 deletions
|
@ -1876,7 +1876,7 @@ pandora.hasEventsLayer = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
pandora.hasFocusedInput = function() {
|
pandora.hasFocusedInput = function() {
|
||||||
var focused = Ox.Focus.focused();
|
var focused = Ox.Focus.focusedElement();
|
||||||
return focused && Ox.UI.elements[focused].is('.OxInput');
|
return focused && Ox.UI.elements[focused].is('.OxInput');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue