mirror of
https://github.com/redmine/redmine.git
synced 2026-04-01 10:10:56 +02:00
Merged r23558 from trunk to 6.0-stable (#42440).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23574 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -775,7 +775,7 @@ $(document).ready(function(){
|
||||
drdn.addClass("expanded");
|
||||
if ($(this).parent('#project-jump').length) {
|
||||
selected = $('.drdn-items a.selected'); // Store selected project
|
||||
selected.focus(); // Calling focus to scroll to selected project
|
||||
selected.first().focus(); // Calling focus to scroll to selected project
|
||||
}
|
||||
if (!isMobile()) {
|
||||
drdn.find(".autocomplete").focus();
|
||||
|
||||
Reference in New Issue
Block a user