We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952d4e6 commit fb73638Copy full SHA for fb73638
javascripts/branch-timeline.js
@@ -6,7 +6,7 @@
6
7
function drawChart() {
8
const source =
9
- JSON.parse(document.getElementById("branches.json").innerHTML).slice(0, 5).reverse()
+ JSON.parse(document.getElementById("branches.json").innerHTML).filter(e=>e.status != "preview").slice(0, 5).reverse()
10
.map(e => {
11
return {
12
...e,
0 commit comments