From 5b37b822cce42a99413cd0464645c636f913da5f Mon Sep 17 00:00:00 2001 From: Matthias Opitz Date: Wed, 18 Dec 2024 22:10:30 +0000 Subject: [PATCH] removed alerts for testing --- module.js | 3 --- tests/behat/submissions_agree_submission_terms.feature | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/module.js b/module.js index b92f86f1..28dae3e9 100644 --- a/module.js +++ b/module.js @@ -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 () { @@ -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 () { diff --git a/tests/behat/submissions_agree_submission_terms.feature b/tests/behat/submissions_agree_submission_terms.feature index b94f931e..09218811 100644 --- a/tests/behat/submissions_agree_submission_terms.feature +++ b/tests/behat/submissions_agree_submission_terms.feature @@ -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