|
8 | 8 | IETF {{ meeting.number }} meeting agenda |
9 | 9 | {% if "-utc" in request.path %}(UTC){% endif %} |
10 | 10 | {% endblock %} |
11 | | -{% block bodyAttrs %}onload="automaticarrow(); checkParams();"{% endblock %} |
| 11 | +{% block bodyAttrs %}onload="automaticarrow(); checkParams();" onresize="checkParams();"{% endblock %} |
12 | 12 | {% block content %} |
13 | 13 | {% origin %} |
14 | 14 | {% include "meeting/meeting_heading.html" with selected="floor-plan" title_extra="Floor Plan" %} |
@@ -42,19 +42,19 @@ <h2 class="mt-4" id="floor-{{ floor.name|xslugify }}">{{ floor.name }}</h2> |
42 | 42 | src="{{ floor.image.url }}"> |
43 | 43 | {# We need as many of these as we can have individual rooms combining into one #} |
44 | 44 | <div id="floor-{{ floor.name|xslugify }}-arrowdiv0" |
45 | | - class="position-absolute invisible"> |
| 45 | + class="position-absolute" hidden> |
46 | 46 | <img alt="Location arrow" src="{% static 'ietf/images/arrow-ani.webp' %}"> |
47 | 47 | </div> |
48 | 48 | <div id="floor-{{ floor.name|xslugify }}-arrowdiv1" |
49 | | - class="position-absolute invisible"> |
| 49 | + class="position-absolute" hidden> |
50 | 50 | <img alt="Location arrow" src="{% static 'ietf/images/arrow-ani.webp' %}"> |
51 | 51 | </div> |
52 | 52 | <div id="floor-{{ floor.name|xslugify }}-arrowdiv2" |
53 | | - class="position-absolute invisible"> |
| 53 | + class="position-absolute" hidden> |
54 | 54 | <img alt="Location arrow" src="{% static 'ietf/images/arrow-ani.webp' %}"> |
55 | 55 | </div> |
56 | 56 | <div id="floor-{{ floor.name|xslugify }}-arrowdiv3" |
57 | | - class="position-absolute invisible"> |
| 57 | + class="position-absolute" hidden> |
58 | 58 | <img alt="Location arrow" src="{% static 'ietf/images/arrow-ani.webp' %}"> |
59 | 59 | </div> |
60 | 60 | {% else %} |
|
0 commit comments