diff --git a/var/httpd/htdocs/js/Core.Agent.Overview.js b/var/httpd/htdocs/js/Core.Agent.Overview.js index f3c89986d14..e060d562411 100644 --- a/var/httpd/htdocs/js/Core.Agent.Overview.js +++ b/var/httpd/htdocs/js/Core.Agent.Overview.js @@ -280,7 +280,7 @@ Core.Agent.Overview = (function (TargetNS) { // only act if the link was not clicked directly if (Event.target !== $MasterActionLink.get(0)) { if (Event.ctrlKey || Event.metaKey) { - Core.UI.Popup.open($MasterActionLink.attr('href')); + Core.UI.Popup.OpenPopup($MasterActionLink.attr('href')); } else { window.location = $MasterActionLink.attr('href'); @@ -361,7 +361,7 @@ Core.Agent.Overview = (function (TargetNS) { // only act if the link was not clicked directly if (Event.target !== $MasterActionLink.get(0)) { if (Event.ctrlKey || Event.metaKey) { - Core.UI.Popup.open($MasterActionLink.attr('href')); + Core.UI.Popup.OpenPopup($MasterActionLink.attr('href')); } else { window.location = $MasterActionLink.attr('href'); @@ -505,7 +505,7 @@ Core.Agent.Overview = (function (TargetNS) { // only act if the link was not clicked directly if (Event.target !== $MasterActionLink.get(0)) { if (Event.ctrlKey || Event.metaKey) { - Core.UI.Popup.open($MasterActionLink.attr('href')); + Core.UI.Popup.OpenPopup($MasterActionLink.attr('href')); } else { window.location = $MasterActionLink.attr('href');