diff --git a/core/modules/views_ui/js/views_ui.listing.js b/core/modules/views_ui/js/views_ui.listing.js index 8be2a88..03ba211 100644 --- a/core/modules/views_ui/js/views_ui.listing.js +++ b/core/modules/views_ui/js/views_ui.listing.js @@ -61,7 +61,8 @@ var interval = setInterval(function() { $('tr.views-ui-list-enabled').each(function() { var $this = $(this); - // If upper DOM gets updated get element(based on title) and focus it. + // If upper DOM gets updated get element(based on title) and focus + // it. if($this.attr('title') == title) { $this.find('a').focus(); clearInterval(interval);