mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Merge pull request #395 from sosedoff/fix-bookmark-switch
Force switch back to default connection settings view
This commit is contained in:
commit
107a3ac6d4
File diff suppressed because one or more lines are too long
@ -1304,6 +1304,7 @@ $(document).ready(function() {
|
|||||||
$("#ssh_password").val("");
|
$("#ssh_password").val("");
|
||||||
$("#ssh_key").val("");
|
$("#ssh_key").val("");
|
||||||
$(".connection-ssh-group").hide();
|
$(".connection-ssh-group").hide();
|
||||||
|
$("#connection_standard").click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user