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
446bdecf
Commit
446bdecf
authored
Nov 04, 2017
by
M. Chardon
Browse files
correction bugs
parent
a74ae6ba
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-debug.js
View file @
446bdecf
...
...
@@ -5491,8 +5491,10 @@ EDITOR.prototype = {
if
(
this
.
get
(
'
readonly
'
))
{
// Setup the tool buttons.
for
(
var
i
=
1
;
i
<
this
.
axis
.
length
;
i
++
)
{
var
axis
=
this
.
axis
[
i
];
for
(
var
axis
in
this
.
axis
)
{
//}
//for (var i = 1; i < this.axis.length; i++) {
// var axis = this.axis[i];
var
axe
=
this
.
get_dialogue_element
(
'
#ctaxis
'
+
axis
.
id
);
if
(
axe
)
{
axe
.
set
(
'
checked
'
,
'
true
'
);
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-min.js
View file @
446bdecf
This diff is collapsed.
Click to expand it.
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor.js
View file @
446bdecf
...
...
@@ -5491,8 +5491,10 @@ EDITOR.prototype = {
if
(
this
.
get
(
'
readonly
'
))
{
// Setup the tool buttons.
for
(
var
i
=
1
;
i
<
this
.
axis
.
length
;
i
++
)
{
var
axis
=
this
.
axis
[
i
];
for
(
var
axis
in
this
.
axis
)
{
//}
//for (var i = 1; i < this.axis.length; i++) {
// var axis = this.axis[i];
var
axe
=
this
.
get_dialogue_element
(
'
#ctaxis
'
+
axis
.
id
);
if
(
axe
)
{
axe
.
set
(
'
checked
'
,
'
true
'
);
...
...
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