mirror of https://github.com/docker/docs.git
Initial windows header
This commit is contained in:
parent
5628e91d7c
commit
b8bbc85399
|
@ -106,7 +106,7 @@ var Header = React.createClass({
|
|||
</div>
|
||||
);
|
||||
} else {
|
||||
if (false /*util.isWindows()*/) {
|
||||
if (util.isWindows()) {
|
||||
buttons = (
|
||||
<div className="windows-buttons">
|
||||
<div className="windows-button button-close enabled" onClick={this.handleClose}></div>
|
||||
|
|
Loading…
Reference in New Issue