Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
3eb5187d
Commit
3eb5187d
authored
Jul 03, 2019
by
M. Chardon
Browse files
correction bug answerrequested null
parent
fb969cff
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-debug.js
View file @
3eb5187d
...
...
@@ -853,6 +853,7 @@ Y.extend(ANNOTATION, Y.Base, {
parent_annot
:
parseInt
(
this
.
parent_annot
,
10
),
divcartridge
:
this
.
divcartridge
,
parent_annot_div
:
this
.
parent_annot_element
.
divcartridge
,
answerrequested
:
parseInt
(
this
.
answerrequested
,
10
),
pdfdisplay
:
this
.
pdfdisplay
};
}
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-min.js
View file @
3eb5187d
This diff is collapsed.
Click to expand it.
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor.js
View file @
3eb5187d
...
...
@@ -853,6 +853,7 @@ Y.extend(ANNOTATION, Y.Base, {
parent_annot
:
parseInt
(
this
.
parent_annot
,
10
),
divcartridge
:
this
.
divcartridge
,
parent_annot_div
:
this
.
parent_annot_element
.
divcartridge
,
answerrequested
:
parseInt
(
this
.
answerrequested
,
10
),
pdfdisplay
:
this
.
pdfdisplay
};
}
...
...
yui/src/editor/js/annotation.js
View file @
3eb5187d
...
...
@@ -321,6 +321,7 @@ Y.extend(ANNOTATION, Y.Base, {
parent_annot
:
parseInt
(
this
.
parent_annot
,
10
),
divcartridge
:
this
.
divcartridge
,
parent_annot_div
:
this
.
parent_annot_element
.
divcartridge
,
answerrequested
:
parseInt
(
this
.
answerrequested
,
10
),
pdfdisplay
:
this
.
pdfdisplay
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment