Skip to content

Commit

Permalink
removed alerts for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Opitz committed Dec 18, 2024
1 parent fd24c16 commit 5b37b82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions module.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ M.mod_coursework = {
init_allocate_page: function (e, wwwroot, coursemoduleid) {
"use strict";

alert('module.js here!');

// Make the changes to the moderations set dropdowns set the 'in moderations set'
// checkboxes automatically.
$('.assessor_id_dropdown').change(function () {
Expand Down Expand Up @@ -477,7 +475,6 @@ M.mod_coursework = {
* This is to set up the listeners etc for the page elements on the allocations page.
*/
init_personal_deadlines_page: function () {
alert('module.js - deadlines here!');

$('#selectall').change(function () {

Expand Down
2 changes: 1 addition & 1 deletion tests/behat/submissions_agree_submission_terms.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mod @mod_coursework @_file_upload
@mod @mod_coursework @_file_upload @workbench
Feature: Students must agree to terms before submitting anything

As a manger
Expand Down

0 comments on commit 5b37b82

Please sign in to comment.