--- a/templates/check.html Thu Nov 17 00:41:33 2016 +0800
+++ b/templates/check.html Thu Nov 17 00:43:26 2016 +0800
var important = '.error, .warning, .failure, :target';
- if (task != 'checks' && $lines.filter(important).length === 0) {
+ if (task !== 'checks' && $lines.filter(important).length === 0) {
$collapser.addClass('collapsed');