Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
36cbc423
Commit
36cbc423
authored
Aug 28, 2020
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better test output html file
parent
6c552f6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
runner.js
test/js/runner.js
+10
-1
No files found.
test/js/runner.js
View file @
36cbc423
...
...
@@ -42,6 +42,15 @@ function showCase(level) {
row
.
classList
.
add
(
'hiddenRow'
);
}
}
// Show error if all or error or summary problems selected
if
(
id
.
substr
(
0
,
2
)
==
'su'
)
{
if
(
level
==
0
||
level
==
2
)
{
row
.
classList
.
remove
(
'hiddenRow'
);
}
else
{
row
.
classList
.
add
(
'hiddenRow'
);
}
}
}
}
...
...
@@ -188,4 +197,4 @@ function show_img(obj) {
function
hide_img
(
obj
){
obj
.
parentElement
.
style
.
display
=
"none"
;
obj
.
parentElement
.
getElementsByClassName
(
'imgyuan'
)[
0
].
innerHTML
=
""
;
}
\ No newline at end of file
}
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