We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353fad1 commit 1660805Copy full SHA for 1660805
1 file changed
ietf/templates/meeting/interim_session_buttons.html
@@ -18,12 +18,12 @@
18
<!-- Jabber -->
19
<a class="" href="xmpp:{{session.jabber_room_name}}@jabber.ietf.org?join" title="Jabber room for {{session.jabber_room_name}}"><span class="fa fa-fw fa-lightbulb-o"></span></a>
20
<!-- webex -->
21
- {% if "https://ietf.webex.com" in session.agenda_note|first_url %}
+ {% if "webex.com/" in session.agenda_note|first_url %}
22
<a class=""
23
href="{{ session.agenda_note|first_url }}"
24
title="Webex session"><span class="fa fa-fw fa-phone"></span>
25
</a>
26
- {% elif "https://ietf.webex.com" in session.remote_instructions|first_url %}
+ {% elif session.remote_instructions|first_url %}
27
28
href="{{ session.remote_instructions|first_url }}"
29
0 commit comments