[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:
Shivam Dave
2015-06-22 13:14:39 -07:00
parent 2fbfcc1333
commit 8d9d8d4900

View File

@@ -42,7 +42,7 @@ define(
* Open the object in a new window (currently a stub) * Open the object in a new window (currently a stub)
*/ */
perform: function () { perform: function () {
$window.alert("Not yet functional. This will open objects in a new window."); $window.alert($window.location.href);
}, },
getMetadata: function () { getMetadata: function () {