mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 11:54:25 +00:00
[Windowing] used
Used instead of window in the NewTabAction. WTD 16.
This commit is contained in:
parent
c606055a3b
commit
c827c40c03
@ -56,7 +56,7 @@ define(
|
||||
// (browse) and the domainObject is passed in and
|
||||
// the path is returned and opened in a new tab
|
||||
perform: function () {
|
||||
window.open(urlService.urlFor("browse", getSelectedObject()),
|
||||
$window.open(urlService.urlFor("browse", getSelectedObject()),
|
||||
"_blank");
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user