We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309603 commit 852486fCopy full SHA for 852486f
module.js
@@ -229,7 +229,9 @@ M.mod_questionnaire = M.mod_questionnaire || {};
229
/* exported Y */
230
/* exported e */
231
M.mod_questionnaire.init_attempt_form = function() {
232
- M.core_formchangechecker.init({formid: 'phpesp_response'});
+ require(['core_form/changechecker'], function(FormChangeChecker) {
233
+ FormChangeChecker.watchFormById('phpesp_response');
234
+ });
235
};
236
237
M.mod_questionnaire.init_sendmessage = function(Y) {
0 commit comments