Fixed blank screen issue while opening online help in new window. #5503

This commit is contained in:
Nikhil Mohite
2022-12-09 11:50:53 +05:30
committed by GitHub
parent cc0d467927
commit adfef8e2bb
2 changed files with 11 additions and 6 deletions

View File

@@ -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;
}
}
});