Skip to content

Commit 89b88ff

Browse files
simonihmigkategengler
authored andcommitted
Fix hideskipped QUnit param, refactoring jQuery implementation
(cherry picked from commit 3a5d028)
1 parent d420627 commit 89b88ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
testsTotal = testsPassed = testsFailed = 0;
127127

128128
if (QUnit.urlParams.hideskipped) {
129-
$('#qunit-tests').addClass('hideskipped');
129+
document.getElementById('qunit-tests').classList.add('hideskipped');
130130
}
131131
});
132132

0 commit comments

Comments
 (0)