updated todo
This commit is contained in:
@@ -343,7 +343,7 @@ function openDialog(dep, cls, sem, professor, res) {
|
||||
$("#myModal").fadeOut(200);
|
||||
$("#snackbar").attr("class", "");
|
||||
}
|
||||
//set up the chart
|
||||
//set up the chart
|
||||
chart = Highcharts.chart('chart', {
|
||||
chart: {
|
||||
type: 'column',
|
||||
@@ -567,4 +567,4 @@ function loadBinaryFile(path, success) {
|
||||
success(arr.join(""));
|
||||
};
|
||||
xhr.send();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user