Skip to content

Commit

Permalink
Fix sorting profiler columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb33300 authored Feb 6, 2024
1 parent 846ba31 commit b496b35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/views/Collector/db.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@
});
for (i = 0; i < items.length; ++i) {
Sfjs.removeClass(items[i], i % 2 ? 'even' : 'odd');
Sfjs.addClass(items[i], i % 2 ? 'odd' : 'even');
target.appendChild(items[i]);
}
}
Expand Down

0 comments on commit b496b35

Please sign in to comment.