Commit 40776c85 authored by jminta%gmail.com's avatar jminta%gmail.com
Browse files

Fix review comment from bug 259478

parent 8149a17c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@
          <vbox>
            <hbox align="center">
              <datetimepicker id="event-endtime" onchange="onEndTimeChange();" class="event-only"/>
              <checkbox id="todo-has-duedate" oncommand="updateDueDate();" class="todo-only"/>
              <datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only checkbox-no-label"/>
              <checkbox id="todo-has-duedate" oncommand="updateDueDate();" class="todo-only checkbox-no-label"/>
              <datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only"/>
              <checkbox id="item-recurrence" oncommand="updateRecurrence();"
                        label="&newevent.repeat.label2;"/>
              <button id="set-recurrence" label="&newevent.set.label;" oncommand="editRecurrence();"/>