Skip to content

Commit

Permalink
Refocus Elasticsearch input upon opening the results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Jul 20, 2020
1 parent ab14b88 commit 5500bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/httpd/htdocs/js/Core.UI.Elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Core.UI.Elasticsearch = (function (TargetNS) {
// open a new dialog, if it doesn't exist
if ( typeof $Dialog[0] == 'undefined' ) {
OpenDialog( Response );
$InputField.focus();
}

// update the dialog
Expand Down

0 comments on commit 5500bd5

Please sign in to comment.