mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 22:23:13 +00:00
[Windowing] Remove Varibale
Removed the variable currentUrl because it was not needed. WTD-16.
This commit is contained in:
parent
546af71263
commit
fd1c847e2c
@ -44,8 +44,7 @@ define(
|
||||
perform: function () {
|
||||
// Places the current Url into a variable
|
||||
// Then the Url is opened using $window
|
||||
var currentUrl = $window.location.href;
|
||||
$window.open(currentUrl);
|
||||
$window.open($window.location.href);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user