mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
gradebook MDL-21562 commented out a bunch of code that should be ok to be deleted.
This commit is contained in:
parent
c35aa9f16e
commit
bab41ab7b6
@ -275,7 +275,7 @@ M.gradereport_grader.classes.report.prototype.update_feedback = function(userid,
|
||||
M.gradereport_grader.classes.ajax = function(report, cfg) {
|
||||
this.report = report;
|
||||
this.courseid = cfg.courseid || null;
|
||||
this.feedbacktrunclength = cfg.courseid || null;
|
||||
this.feedbacktrunclength = cfg.feedbacktrunclength || null;
|
||||
this.studentsperpage = cfg.studentsperpage || null;
|
||||
this.showquickfeedback = cfg.showquickfeedback || false;
|
||||
this.scales = cfg.scales || null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user