diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 0a6f39758..a083f4fc8 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -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'); }