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.
1 parent 8854a05 commit afc4f87Copy full SHA for afc4f87
src/js/cheatsheet.js
@@ -171,7 +171,7 @@ function loadListItem(sStrippedHash){
171
listItemElement.removeClass("active");
172
$this.addClass("active");
173
174
- $('.list-item.active').closest('.category').find('.collapse').show()
+ $('.list-item.active').closest('.category').find('.collapse').addClass('show')
175
$('.list-item.active').closest('.category').find('.card-header').removeClass('collapsed')
176
177
shuffleCategory()
0 commit comments