mirror of
https://github.com/nasa/openmct.git
synced 2025-02-04 18:20:43 +00:00
[Frontend] Removing glyph definitions
Fixes #1047 Removed commented code
This commit is contained in:
parent
d8b1fb7781
commit
eb293b21eb
@ -51,7 +51,6 @@ define(
|
||||
// based on whether or not we are currently
|
||||
// full screen.
|
||||
var metadata = Object.create(FullscreenAction);
|
||||
//metadata.glyph = screenfull.isFullscreen ? "_" : "z";
|
||||
metadata.cssclass = screenfull.isFullscreen ? "icon-fullscreen-expand" : "icon-fullscreen-collapse";
|
||||
metadata.description = screenfull.isFullscreen ?
|
||||
EXIT_FULLSCREEN : ENTER_FULLSCREEN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user