mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the query tool will open properly under MS Edge.
This commit is contained in:
committed by
Dave Page
parent
97cf58fdc8
commit
f5e474e4ec
@@ -688,8 +688,8 @@ define('pgadmin.browser', [
|
||||
success: function(res) {
|
||||
self.preferences_cache = res;
|
||||
pgBrowser.keyboardNavigation.init();
|
||||
modifyAnimation.modify_acitree_animation(self);
|
||||
modifyAnimation.modify_alertify_animation(self);
|
||||
modifyAnimation.modifyAcitreeAnimation(self);
|
||||
modifyAnimation.modifyAlertifyAnimation(self);
|
||||
},
|
||||
error: function(xhr) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user