diff --git a/platform/commonUI/browse/src/windowing/NewWindowAction.js b/platform/commonUI/browse/src/windowing/NewWindowAction.js index 3a6e4ea061..581c0d0f74 100644 --- a/platform/commonUI/browse/src/windowing/NewWindowAction.js +++ b/platform/commonUI/browse/src/windowing/NewWindowAction.js @@ -46,17 +46,6 @@ define( // Then the Url is opened using $window var currentUrl = $window.location.href; $window.open(currentUrl); - }, - - getMetadata: function () { - // We override getMetadata, this is temporary - // Until the css/html code views the button on - // its own - var metadata = Object.create(NewWindowAction); - metadata.glyph = "y"; - metadata.description = "ENTER DESC HERE"; - metadata.group = "windowing"; - return metadata; } }; } diff --git a/platform/commonUI/general/res/css/theme-espresso.css b/platform/commonUI/general/res/css/theme-espresso.css index ef43a9da06..b5db6cc658 100644 --- a/platform/commonUI/general/res/css/theme-espresso.css +++ b/platform/commonUI/general/res/css/theme-espresso.css @@ -4863,6 +4863,3 @@ input[type="text"] { /* line 32, ../sass/_hide-non-functional.scss */ .browse-mode .browse-area.holder { top: 5px; } - /* line 39, ../sass/_hide-non-functional.scss */ - .browse-mode .browse-area.holder > .contents.split-layout .object-browse-bar .btn.key-window { - display: none; } diff --git a/platform/commonUI/general/res/sass/_hide-non-functional.scss b/platform/commonUI/general/res/sass/_hide-non-functional.scss index 1f029674c9..ccc752a9bb 100644 --- a/platform/commonUI/general/res/sass/_hide-non-functional.scss +++ b/platform/commonUI/general/res/sass/_hide-non-functional.scss @@ -38,7 +38,7 @@ .object-browse-bar { .btn.key-window { // Hide the Open in New Window button - display: none; +// display: none; } } }