Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
giusepped committed Nov 12, 2015
1 parent 5dac739 commit 327eb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RockPaperScissorsWeb/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<body>
<form id="form1" runat="server" defaulturl="Default.aspx">
<div>
<asp:RadioButton id="rockButton" Text="Rock" Value="rock" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
<asp:RadioButton id="paperButton" Text="Paper" Value="paper" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
<asp:RadioButton id="scissorsButton" Text="Scissors" Value="scissors" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
<asp:RadioButton id="rockButton" Text="Rock" Value="rock" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
<asp:RadioButton id="paperButton" Text="Paper" Value="paper" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
<asp:RadioButton id="scissorsButton" Text="Scissors" Value="scissors" GroupName="PlayerChoice" runat="server"></asp:RadioButton>
</div>
<asp:Button id="button1" runat="server" Text="Play!" OnClick="play" />

Expand Down

0 comments on commit 327eb6a

Please sign in to comment.