File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -387,12 +387,6 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
387
387
</ div >
388
388
< input type ="checkbox " v-model ="filter.filterVerySmall " style ="margin-left: 20px; " />
389
389
</ div >
390
- </ div >
391
- </ fieldset >
392
- < fieldset id ="display ">
393
- < legend id ="display-toggle " class ="section-heading "> Display< span id ="display-toggle-indicator "> </ span >
394
- </ legend >
395
- < div id ="display-content " style ="display: none; ">
396
390
< div class ="section ">
397
391
< div class ="section-heading "> < span > Display raw data</ span >
398
392
< span class ="tooltip "> ?
@@ -784,7 +778,6 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
784
778
}
785
779
toggleFilters ( "filters-content" , "filters-toggle-indicator" ) ;
786
780
toggleFilters ( "search-content" , "search-toggle-indicator" ) ;
787
- toggleFilters ( "display-content" , "display-toggle-indicator" ) ;
788
781
789
782
function testCaseString ( testCase ) {
790
783
return testCase . benchmark + "-" + testCase . profile + "-" + testCase . scenario ;
@@ -796,9 +789,6 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
796
789
document . getElementById ( "search-toggle" ) . onclick = ( e ) => {
797
790
toggleFilters ( "search-content" , "search-toggle-indicator" ) ;
798
791
} ;
799
- document . getElementById ( "display-toggle" ) . onclick = ( e ) => {
800
- toggleFilters ( "display-content" , "display-toggle-indicator" ) ;
801
- } ;
802
792
803
793
function unique ( arr ) {
804
794
return arr . filter ( ( value , idx ) => arr . indexOf ( value ) == idx ) ;
You can’t perform that action at this time.
0 commit comments