Skip to content

Commit

Permalink
When in audio only display exit button, remove join for other method
Browse files Browse the repository at this point in the history
  • Loading branch information
perroned committed Oct 5, 2015
1 parent 343bcf8 commit 9e9002b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bigbluebutton-html5/app/client/views/modals/modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
<legend>Audio Options</legend>
{{#if amIInAudio}}
{{#if amIListenOnlyAudio}}
<!-- display microphone with join -->
{{> makeButton id="joinMicrophone" btn_class="joinMicrophone settingsButton joinAudioButton" i_class="fi-microphone" rel="tooltip"
data_placement="bottom" title="Join Microphone"}}
<!-- display listen only with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="Leave Audio Call"}}
{{else}}
<!-- display microphone with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="exit"}}
<!-- display join listen only -->
{{> makeButton id="joinListenOnly" btn_class="joinListenOnly settingsButton joinAudioButton" i_class="fi-volume" rel="tooltip"
data_placement="bottom" title="Join Listen only"}}
Expand Down

0 comments on commit 9e9002b

Please sign in to comment.