mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -04:00
sendkeys: Fix jQuery.fn.focus()
return value
This commit is contained in:
parent
cff205dbd7
commit
39506fcde1
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ $.fn.focus = function(){
|
|||
this[0].focus();
|
||||
this.selectionTracker();
|
||||
}
|
||||
focus.apply(this, arguments);
|
||||
return focus.apply(this, arguments);
|
||||
}
|
||||
|
||||
})(jQuery)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue