Skip to content

Commit

Permalink
Add lti_gradeChangeNotify routine
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Jun 10, 2024
1 parent e38ce38 commit 586807d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/tsugiscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ function lti_frameResizeNow(new_height, element_id) {
DE_BOUNCE_LTI_FRAME_RESIZE_HEIGHT = new_height;
}

function lti_gradeChangeNotify() {
parent.postMessage(JSON.stringify({
subject: "lti.gradeChangeNotify",
show: false
}), "*");
}

function lti_hideLMSNavigation() {
parent.postMessage(JSON.stringify({
subject: "lti.hideModuleNavigation",
Expand Down

0 comments on commit 586807d

Please sign in to comment.