Fixes for Windows WebControl.

This commit is contained in:
Adam Ierymenko 2015-05-08 14:47:01 -07:00
commit 257187a284
6 changed files with 89 additions and 56 deletions

View file

@ -67,7 +67,7 @@ var ZeroTierNetwork = React.createClass({
</div>
</div>
</div>
<button className="leaveNetworkButton" onClick={this.leaveNetwork}>Leave&nbsp;Network</button>
<button type="button" className="leaveNetworkButton" onClick={this.leaveNetwork}>Leave&nbsp;Network</button>
</div>
);
}