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
fb25bbb0
Commit
fb25bbb0
authored
Sep 08, 2017
by
M. Chardon
Browse files
correction bug affichage barre d'outil si id <> 1
parent
b915f0e8
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 @
fb25bbb0
...
...
@@ -5526,6 +5526,7 @@ EDITOR.prototype = {
if
(
axisselector
)
{
axisselector
.
on
(
'
change
'
,
this
.
update_custom_toolbars
,
this
);
}
this
.
update_custom_toolbars
();
Y
.
all
(
SELECTOR
.
CUSTOMTOOLBARBUTTONS
).
each
(
function
(
toolnode
)
{
var
toolid
=
toolnode
.
get
(
'
id
'
);
var
toollib
=
toolnode
.
getAttribute
(
'
data-tool
'
);
...
...
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor-min.js
View file @
fb25bbb0
This diff is collapsed.
Click to expand it.
yui/build/moodle-assignfeedback_editpdfplus-editor/moodle-assignfeedback_editpdfplus-editor.js
View file @
fb25bbb0
...
...
@@ -5526,6 +5526,7 @@ EDITOR.prototype = {
if
(
axisselector
)
{
axisselector
.
on
(
'
change
'
,
this
.
update_custom_toolbars
,
this
);
}
this
.
update_custom_toolbars
();
Y
.
all
(
SELECTOR
.
CUSTOMTOOLBARBUTTONS
).
each
(
function
(
toolnode
)
{
var
toolid
=
toolnode
.
get
(
'
id
'
);
var
toollib
=
toolnode
.
getAttribute
(
'
data-tool
'
);
...
...
yui/src/editor/js/editor.js
View file @
fb25bbb0
...
...
@@ -772,6 +772,7 @@ EDITOR.prototype = {
if
(
axisselector
)
{
axisselector
.
on
(
'
change
'
,
this
.
update_custom_toolbars
,
this
);
}
this
.
update_custom_toolbars
();
Y
.
all
(
SELECTOR
.
CUSTOMTOOLBARBUTTONS
).
each
(
function
(
toolnode
)
{
var
toolid
=
toolnode
.
get
(
'
id
'
);
var
toollib
=
toolnode
.
getAttribute
(
'
data-tool
'
);
...
...
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