Skip to content

Commit

Permalink
Tracking: Add cidReq in ajax call to course_log.ajax.php - refs BT#20297
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 31, 2022
1 parent 3a07f52 commit 50b42ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/tracking/courseLog.php
Expand Up @@ -515,7 +515,7 @@ function(index) {
function loadGraphs () {
$("#tracking-course-summary-wrapper")
.html("<p><span class=\"fa fa-spinner fa-spin fa-2x\" aria-hidden=\"true\"></span></p>")
.load(_p.web_ajax + "course_log.ajax.php?a=graph");
.load(_p.web_ajax + "course_log.ajax.php?a=graph&'.api_get_cidreq().'");
}
';

Expand Down

0 comments on commit 50b42ca

Please sign in to comment.