mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove spaces
This commit is contained in:
parent
7031ba8dc7
commit
838d40d14c
@ -885,10 +885,7 @@ MessengerUI, Messages, Pages, PadTypes) {
|
||||
$skipLink.on('click', function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
var $firstFocusable = $targetElement.find(
|
||||
'a, button, input, select, textarea, [tabindex]:not([tabindex="-1"]) '
|
||||
).first();
|
||||
|
||||
var $firstFocusable = $targetElement.find('a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])').first();
|
||||
if ($firstFocusable.length) {
|
||||
$firstFocusable.trigger('focus');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user