Don't focus input fields outside of the request filesystem credentials form.

props valendesigns.
fixes #32055.

git-svn-id: https://develop.svn.wordpress.org/trunk@32266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-04-22 16:23:57 +00:00
parent f029572866
commit 2abf4c39ef
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ jQuery(function($){
jQuery("#ftp, #ftps").click(function () {
jQuery("#ssh_keys").hide();
});
jQuery('form input[value=""]:first').focus();
jQuery('#request-filesystem-credentials-form input[value=""]:first').focus();
});
-->
</script>