~widelands-dev/widelands-website/rating_system

« back to all changes in this revision

Viewing changes to wlscheduling/templates/wlscheduling/scheduling.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:
12
12
<script type="text/javascript">
13
13
document.addEventListener('DOMContentLoaded', function(){ 
14
14
    var calendar = createCalendar();
15
 
    addTimeZoneWarningIfNeeded();
 
15
    addTimeZoneInfo();
16
16
    addPreviousDateFromUser(calendar);
17
17
    addOtherUsersAvailabilities();
18
18