Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
moodle-mod_vpl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caseine
moodle-mod_vpl
Commits
058b73ef
Commit
058b73ef
authored
4 years ago
by
Astor Bizard
Browse files
Options
Downloads
Patches
Plain Diff
Evaluation details on submission view now expanded by default.
parent
2dab0173
No related branches found
No related tags found
1 merge request
!6
Dev
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
amd/build/vplutil.min.js
+1
-1
1 addition, 1 deletion
amd/build/vplutil.min.js
amd/src/vplutil.js
+1
-1
1 addition, 1 deletion
amd/src/vplutil.js
with
2 additions
and
2 deletions
amd/build/vplutil.min.js
+
1
−
1
View file @
058b73ef
This diff is collapsed.
Click to expand it.
amd/src/vplutil.js
+
1
−
1
View file @
058b73ef
...
...
@@ -1156,7 +1156,7 @@ define(
}
var
html
=
''
;
if
(
folding
)
{
html
+=
'
<details><summary>
'
;
html
+=
'
<details
open="open"
><summary>
'
;
}
html
+=
'
<b class="ui-widget-header ui-corner-all">
'
+
VPLUtil
.
sanitizeText
(
line
)
+
'
</b><br>
'
;
if
(
folding
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment