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
20b513c0
Commit
20b513c0
authored
Apr 13, 2018
by
M. Chardon
Browse files
correction bug mantis 123
parent
0f0a3e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/axis_form.mustache
View file @
20b513c0
...
...
@@ -50,7 +50,7 @@ require(['jquery','core/ajax','core/notification'], function($,ajax,notification
}
])[0].done(function(axe) {
if ('
{{
action
}}
' === 'add'){
var divAxis = "
<div
id=
'editpdlplus_toolbar_"+axe[0].axeid+"'
class=
'btn-group toolbar'
style=
'display: none;'
></div>
";
var divAxis = "
<div
id=
'editpdlplus_toolbar_"+axe[0].axeid+"'
class=
'btn-group toolbar'
style=
'display: none;'
><
ul></ul><
/div>
";
$('#editpdlplus_toolbars').append(divAxis);
$('#assignfeedback_editpdfplus_widget_admin_div_addaxis > .panel-body').html("");
$('#assignfeedback_editpdfplus_widget_admin_div_addaxis').hide();
...
...
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