Skip to content

Commit

Permalink
[post conference] hide timezone switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Nov 13, 2024
1 parent e8dadca commit 03f02bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _layouts/session.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ <h1>{{page.title}}</h1>
</p><hr class="space-right4">
{% endif %}

<p>
<!--<p>
<small>Change time zone:<br>
<select id="city-select" size="1" onchange="updateTZ(this.value)" style="width:60%">
<option value="Africa/Nairobi">Kenya</option>
<option value="UTC">UTC</option>
</select></small>
</p>
<hr class="space-right4">
<hr class="space-right4">-->

<a href='/programme/#session_{{page.code}}'>Back to schedule</a>
</section>
Expand Down Expand Up @@ -119,4 +119,4 @@ <h1>{{page.title}}</h1>
</div>
</div>

{% include _timezoneswitcher.html %}
<!--{% include _timezoneswitcher.html %}-->
6 changes: 3 additions & 3 deletions programme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

<p>If you want to use an app to get reminders for talks in the schedule, you can use <a href="https://play.google.com/store/apps/details?id=net.gaast.giggity">Giggity</a>. Alternatively, there is also an ICS calendar available <a href="https://sotm.osmz.ru/2024.html">here</a>.</p>

<h2 id="timezone-switcher">Time Zone</h2>
<!--<h2 id="timezone-switcher">Time Zone</h2>
<p>Change time zone:
<select id="city-select" size="1" onchange="updateTZ(this.value)" style="width:10em">
<option value="Africa/Nairobi">Kenya</option>
<option value="UTC">UTC</option>
</select>
</p>
</p>-->

{% include schedule/_general.html %}

Expand All @@ -35,4 +35,4 @@ <h3 id="breakout">Self organized sessions</h3>
<a href="https://wiki.openstreetmap.org/wiki/State_of_the_Map_2024/self-organized_sessions">https://wiki.openstreetmap.org/wiki/State_of_the_Map_2024/self-organized_sessions</a>
</p>

{% include _timezoneswitcher.html %}
<!--{% include _timezoneswitcher.html %}-->

0 comments on commit 03f02bd

Please sign in to comment.