- Add to to refresh browser
- Add "CLICK HERE TO JOIN" git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1425 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
008e6168bb
commit
cfe414e8b3
@ -46,10 +46,10 @@
|
||||
|
||||
<td valign="top" class="value">
|
||||
<g:if test="${inSession}">
|
||||
<a href="${hostUrl}/client/BigBlueButton.html">Join</a>
|
||||
<a href="${hostUrl}/client/BigBlueButton.html">CLICK HERE TO JOIN</a>
|
||||
</g:if>
|
||||
<g:else>
|
||||
<a href="${hostUrl}/client/BigBlueButton.html">Play</a>
|
||||
<a href="${hostUrl}/client/BigBlueButton.html">CLICK HERE TO PLAY</a>
|
||||
</g:else>
|
||||
|
||||
</td>
|
||||
@ -81,6 +81,13 @@
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="prop">
|
||||
<td valign="top" class="name"><b>NOTE:</b></td>
|
||||
|
||||
<td valign="top" class="value">
|
||||
If the loading looks like it hang, just refresh your browser.</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user