Skip to content

Commit

Permalink
Merge branch 'MDL-29743_21' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_21_STABLE
  • Loading branch information
stronk7 committed Nov 17, 2011
2 parents 18b7d18 + 1af4e4a commit d3606a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/module.js
Expand Up @@ -170,7 +170,7 @@ M.mod_quiz.nav.init = function(Y) {

if (Y.one('a.endtestlink')) {
Y.on('click', function(e) {
e.preventDefault(e);
e.preventDefault();
Y.one('#followingpage').set('value', -1);
Y.one('#responseform').submit();
}, 'a.endtestlink');
Expand Down

0 comments on commit d3606a9

Please sign in to comment.