mirror of
https://github.com/janeczku/calibre-web.git
synced 2024-11-24 08:42:24 +02:00
Better test output html file
This commit is contained in:
parent
6c552f6b43
commit
36cbc42363
@ -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 = "";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user