Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hartung committed Dec 27, 2020
1 parent 07c2099 commit bca8ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ <h6 for="sdpraw">Raw SDP</h6>
<div class="header">
<h4 class="d-inline-block">Add Stream manually</h4>

<button class="d-inline-block btn btn-sm btn-secondary float-right" v-on:click="page='settings';">Cancel</button>
<button class="d-inline-block btn btn-sm btn-secondary float-right" v-on:click="page='settings'; rawSDP='';">Cancel</button>
<button class="d-inline-block btn btn-sm btn-success float-right" id="save" v-on:click="addSDPHandler()">Add</button>
</div>
<hr />
<span>Paste SDP data below</span>
<textarea class="form-control" rows="10" v-model="rawSDP"></textarea>
<textarea class="form-control" rows="20" v-model="rawSDP" placeholder="SDP data"></textarea>
<div class="form-check">
<input class="form-check-input" type="checkbox" v-model="announceRawSDP" id="sapAnnounce">
<label class="form-check-label" for="sapAnnounce">
Expand Down

0 comments on commit bca8ee9

Please sign in to comment.