Skip to content

Commit

Permalink
Fix/re-minify JS files for modal dialogues (#696)
Browse files Browse the repository at this point in the history
* fix modal dialogues

* fix modal dialogues

* re-minify js files
  • Loading branch information
ixiongtii authored Feb 1, 2024
1 parent 5485d7c commit 6ea578b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion amd/build/peermark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/quickmark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/quickmark.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/rubric.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/rubric.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions classes/turnitin_view.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ public function add_elements_to_settings_form($mform, $course, $location = "acti
$PAGE->requires->js_call_amd('plagiarism_turnitin/newQuickmarkLaunch', 'newQuickmarkLaunch');
$PAGE->requires->js_call_amd('plagiarism_turnitin/newRubric', 'newRubric');
} else {
$PAGE->requires->js_call_amd('plagiarism_turnitin/peermark', 'peermarkLaunch');
$PAGE->requires->js_call_amd('plagiarism_turnitin/quickmark', 'quickmarkLaunch');
$PAGE->requires->js_call_amd('plagiarism_turnitin/peermarkLaunch', 'peermarkLaunch');
$PAGE->requires->js_call_amd('plagiarism_turnitin/quickmarkLaunch', 'quickmarkLaunch');
$PAGE->requires->js_call_amd('plagiarism_turnitin/rubric', 'rubric');
$PAGE->requires->js_call_amd('plagiarism_turnitin/refresh_submissions', 'refreshSubmissions');
}
Expand Down

0 comments on commit 6ea578b

Please sign in to comment.