[Windowing] Display URL
Alert box when pressing new tab button displays the current url, that will be opened in the new tab. WTD-16
This commit is contained in:
@@ -42,7 +42,7 @@ define(
|
||||
* Open the object in a new window (currently a stub)
|
||||
*/
|
||||
perform: function () {
|
||||
$window.alert("Not yet functional. This will open objects in a new window.");
|
||||
$window.alert($window.location.href);
|
||||
},
|
||||
|
||||
getMetadata: function () {
|
||||
|
||||
Reference in New Issue
Block a user