diff --git a/daliuge-translator/dlg/dropmake/web/main.js b/daliuge-translator/dlg/dropmake/web/main.js index f5ff54d5d..0d04b1b47 100644 --- a/daliuge-translator/dlg/dropmake/web/main.js +++ b/daliuge-translator/dlg/dropmake/web/main.js @@ -247,8 +247,7 @@ async function restDeploy() { .then(handleFetchErrors) .then(response => { if (response.redirected) { - // window.location.href = response.url; - window.open(response.url, 'deploy_target', 'popup').focus(); + window.open(response.url, 'rest_deploy_target'); } }) .catch(function (error) { diff --git a/daliuge-translator/dlg/dropmake/web/pg_viewer.html b/daliuge-translator/dlg/dropmake/web/pg_viewer.html index 602455b7f..d2a98d952 100755 --- a/daliuge-translator/dlg/dropmake/web/pg_viewer.html +++ b/daliuge-translator/dlg/dropmake/web/pg_viewer.html @@ -133,7 +133,7 @@