~widelands-dev/widelands-website/rating_system

« back to all changes in this revision

Viewing changes to wlscheduling/templates/wlscheduling/find.html

  • Committer: kaputtnik
  • Author(s): gschmitlin at gmail
  • Date: 2019-07-01 05:48:24 UTC
  • mfrom: (541.1.3 wl_scheduling_fix)
  • Revision ID: kaputtnik-20190701054824-bi5d3e2w6yrfw6c1
utc-fixes for the scheduling module

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
{% block content_main %}
11
11
<script type="text/javascript">
12
12
document.addEventListener('DOMContentLoaded', function(){ 
13
 
    addTimeZoneWarningIfNeeded();
 
13
    addTimeZoneInfo();
14
14
    addOtherUsersAvailabilities();
15
15
}, false);
16
16
</script>