We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d951fe + 4c29a1c commit 7363a80Copy full SHA for 7363a80
tutorials/themes/tutorials-theme/tutorialfilters.html
@@ -19,6 +19,9 @@
19
$(window).on('load', function() {
20
if (!document.getElementsByClassName('result-card').length)
21
{document.getElementById('search-results').innerHTML += '<h3>No tutorials found!</h3>';}
22
+ else{
23
+ document.getElementById('search-results').innerHTML = ('<h4>'+document.getElementsByClassName('result-card').length +' tutorials found</h4>') + document.getElementById('search-results').innerHTML;
24
+ }
25
});
26
27
//update filters
0 commit comments