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 20fedad commit 869b64fCopy full SHA for 869b64f
public_html/extra.js
@@ -905,15 +905,15 @@ $(function() {
905
});
906
907
$('#changelog-expand-all').on('click', function() {
908
- $('table.changelog tbody tr').each(function() {
+ $('table.changelog tbody tr[data-changeset]').each(function() {
909
show_changes($(this), true);
910
911
$(this).hide();
912
$('#changelog-collapse-all').show();
913
914
915
$('#changelog-collapse-all').on('click', function() {
916
917
show_changes($(this), false);
918
919
0 commit comments