diff --git a/web/pgadmin/browser/templates/browser/index.html b/web/pgadmin/browser/templates/browser/index.html index 7ceda69..12f01a3 100644 --- a/web/pgadmin/browser/templates/browser/index.html +++ b/web/pgadmin/browser/templates/browser/index.html @@ -30,7 +30,7 @@ require.onResourceLoad = function (context, map, depMaps) { // is not loading anything hide the indicator and exit setTimeout(function() { if (panel != null) { - panel.remove(); + $(panel).remove(); return; } }, 500);