Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-bio-it
image-analysis-training-resources
Commits
8e164653
Commit
8e164653
authored
Jul 26, 2019
by
Toby Hodges
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '61-activity-logic' into 'master'
Fix error in Jekyll logic Closes
#61
and
#60
See merge request
!48
parents
97f07da5
b8e87d0f
Pipeline
#10687
passed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
_layouts/module.html
_layouts/module.html
+2
-0
No files found.
_layouts/module.html
View file @
8e164653
...
...
@@ -57,8 +57,10 @@ function change_exercises_content_by_platform(form_control){
{
%
for
platform
in
page
.
exercises
%
}
document
.
getElementById
(
"
{{ platform[0] | slugify }}-exercises-div
"
).
style
.
display
=
'
none
'
;
{
%
endfor
%
}
{
%
if
page
.
exercises
%
}
if
(
!
form_control
||
document
.
getElementById
(
form_control
).
value
==
"
default-exercises
"
)
{
set_exercises_view_defaults
();
{
%
endif
%
}
{
%
for
platform
in
page
.
exercises
%
}
}
else
if
(
document
.
getElementById
(
form_control
).
value
==
"
{{ platform[0] | slugify }}-exercises
"
)
{
document
.
getElementById
(
"
{{ platform[0] | slugify }}-exercises-div
"
).
style
.
display
=
'
block
'
;
...
...
Write
Preview
Markdown
is supported
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