Merge pull request #395 from sosedoff/fix-bookmark-switch

Force switch back to default connection settings view
This commit is contained in:
Dan Sosedoff 2018-12-12 20:19:37 -06:00 committed by GitHub
commit 107a3ac6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1304,6 +1304,7 @@ $(document).ready(function() {
$("#ssh_password").val("");
$("#ssh_key").val("");
$(".connection-ssh-group").hide();
$("#connection_standard").click();
}
});