Skip to content

Commit

Permalink
fix rest header bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Mar 27, 2015
1 parent 07980ff commit 633eb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="panel-title">Place HTTP method, REST URI and Body here: </h3>
</label>

<label class="btn btn-default" onclick="$('#rest_body_div').hide();">
<input type="radio" id="header" name="rest_method" value="header" /> Header
<input type="radio" id="head" name="rest_method" value="head" /> Head
</label>
</div>

Expand Down

0 comments on commit 633eb07

Please sign in to comment.