mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 04:55:21 +00:00
[Windowing] Opens Url
Instead of displaying a dialog of the url, the url is opened in a new tab using the new window button. WTD-16.
This commit is contained in:
parent
8d9d8d4900
commit
6b2edc4469
@ -42,7 +42,8 @@ define(
|
||||
* Open the object in a new window (currently a stub)
|
||||
*/
|
||||
perform: function () {
|
||||
$window.alert($window.location.href);
|
||||
var currentUrl = $window.location.href;
|
||||
window.open(currentUrl);
|
||||
},
|
||||
|
||||
getMetadata: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user