Skip to content

Commit

Permalink
Corrections sur les appels callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jchome committed Jun 9, 2015
1 parent 80acabc commit fee5d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions calendarGantt-monthDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
timeline.lang = 'en';
timeline.cellWidth = 40;
timeline.drawElements();
timeline.updateCallback();


evt1.jObject.mouseover(
Expand All @@ -119,7 +118,6 @@
change: function( event, ui ) {
timeline.cellWidth = ui.value;
timeline.drawElements();
timeline.updateMonthCallback();
$("#zoomValue").html(ui.value);
}
});
Expand Down
5 changes: 1 addition & 4 deletions calendarGantt-weekDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,12 @@
default:
break;
}
this.updateOccupation();
}
);

timeline.lang = 'fr';
timeline.cellWidth = 150;
timeline.drawElements();
timeline.updateCallback();


evt1.jObject.mouseover(
Expand All @@ -140,7 +138,6 @@
change: function( event, ui ) {
timeline.cellWidth = ui.value;
timeline.drawElements();
timeline.updateWeekCallback();
$("#zoomValue").html(ui.value);
}
});
Expand All @@ -159,7 +156,7 @@ <h1>GanttCalendar Demo</h1>
|
<a href="calendarGantt-monthDemo.html">Calendrier Mensuel</a>
|
<a href="js/tests/calendarGantt-test-01.html">Tests du calendrier hebdo</a>
<a href="js/tests/calendarGantt-test-01.html">Tests des calendriers</a>
</p>

<div id="myGanttCalendar">
Expand Down

0 comments on commit fee5d3d

Please sign in to comment.