mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 15:35:28 +03:00
Fetch local queries on db connect (#650)
This commit is contained in:
parent
fc0be1dcd1
commit
c486885159
@ -1797,6 +1797,7 @@ $(document).ready(function() {
|
||||
else {
|
||||
connected = true;
|
||||
loadSchemas();
|
||||
loadLocalQueries();
|
||||
|
||||
$("#connection_window").hide();
|
||||
$("#current_database").text(resp.current_database);
|
||||
|
Loading…
Reference in New Issue
Block a user