mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed blank screen issue while opening online help in new window. #5503
This commit is contained in:
@@ -248,11 +248,6 @@ function launchPgAdminWindow() {
|
||||
docsURLSubStrings.forEach(function (key) {
|
||||
if (url.indexOf(key) >= 0) {
|
||||
isDocURL = true;
|
||||
|
||||
if(key.indexOf('help') >= 0) {
|
||||
url = url.slice(url.indexOf('/help'))
|
||||
url = startPageUrl.slice(0, startPageUrl.indexOf('?') -1 ) + url;
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user