There was an error while loading. Please reload this page.
1 parent bbf088e commit 7a86a1cCopy full SHA for 7a86a1c
1 file changed
ietf/templates/meeting/tz-display.html
@@ -27,7 +27,9 @@
27
onclick="ietf_timezone.use('UTC')">
28
<label class="btn btn-outline-primary" for="utc-timezone{{ id_suffix }}">UTC</label>
29
<select id="timezone-select{{ id_suffix }}"
30
- class="tz-select form-select border-primary text-primary">
+ class="tz-select select2-field form-select border-primary"
31
+ data-max-entries="1" data-minimum-input-length="0"
32
+ onchange="$('.tz-display input[name=tzradio]').prop('checked', false);">
33
{# Avoid blank while loading. JavaScript replaces the option list after init. #}
34
<option selected>
35
{{ timezone }}
0 commit comments