@@ -457,24 +457,24 @@ export default class Stats {
457457 this . maxVotes = 750 ;
458458
459459 this . div . appendChild ( document . createElement ( "br" ) ) ;
460- if ( this . conf . tournamentMode ) {
461- // FOR TOURNAMENT
462- this . tourneyUpload = document . createElement ( 'div' ) ;
460+ // if (this.conf.tournamentMode) {
461+ // // FOR TOURNAMENT
462+ // this.tourneyUpload = document.createElement('div');
463463
464- let uploadButton = this . runner . getUploadButton ( ) ;
465- let tempdiv = document . createElement ( "div" ) ;
466- tempdiv . className = "upload-button-div" ;
467- tempdiv . appendChild ( uploadButton ) ;
468- this . tourneyUpload . appendChild ( tempdiv ) ;
469-
470- // add text input field
471- this . tourIndexJump . type = "text" ;
472- this . tourIndexJump . onkeyup = ( e ) => { this . tourIndexJumpFun ( e ) } ;
473- this . tourIndexJump . onchange = ( e ) => { this . tourIndexJumpFun ( e ) } ;
474- this . tourneyUpload . appendChild ( this . tourIndexJump ) ;
475-
476- this . div . appendChild ( this . tourneyUpload ) ;
477- }
464+ // let uploadButton = this.runner.getUploadButton();
465+ // let tempdiv = document.createElement("div");
466+ // tempdiv.className = "upload-button-div";
467+ // tempdiv.appendChild(uploadButton);
468+ // this.tourneyUpload.appendChild(tempdiv);
469+
470+ // // add text input field
471+ // this.tourIndexJump.type = "text";
472+ // this.tourIndexJump.onkeyup = (e) => { this.tourIndexJumpFun(e) };
473+ // this.tourIndexJump.onchange = (e) => { this.tourIndexJumpFun(e) };
474+ // this.tourneyUpload.appendChild(this.tourIndexJump);
475+
476+ // this.div.appendChild(this.tourneyUpload);
477+ // }
478478
479479 this . extraInfo = document . createElement ( 'div' ) ;
480480 this . extraInfo . className = "extra-info" ;
0 commit comments