Skip to content

Commit 6b1fa99

Browse files
Swap bootstrap timings to be last
1 parent aac84c1 commit 6b1fa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/compare.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ <h3>Cache states</h3>
340340
}
341341
else{
342342
if (a.is_bootstrap){
343-
return 0;
343+
return 1;
344344
}
345345
else{
346-
return 1;
346+
return 0;
347347
}
348348
}
349349
});

0 commit comments

Comments
 (0)