mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-02 14:28:05 +00:00
Better test output html file
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user