mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
fixed unterminated JS statements
This commit is contained in:
parent
64942a9d65
commit
2be77520c9
@ -36,7 +36,7 @@ M.core_question_flags = {
|
||||
input.set('value', 1 - input.get('value'));
|
||||
M.core_question_flags.update_flag(input, this);
|
||||
var postdata = this.previous('input.questionflagpostdata').get('value') +
|
||||
input.get('value')
|
||||
input.get('value');
|
||||
|
||||
e.halt();
|
||||
Y.io(M.core_question_flags.actionurl , {method: 'POST', 'data': postdata});
|
||||
|
Loading…
x
Reference in New Issue
Block a user