Skip to content

Commit

Permalink
Set match2 checkbox to be checked by default (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Mar 23, 2022
1 parent efaaeae commit f0b935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/ext.dota2WebApi.toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $( function() {
);
}
output += '</table><br>';
output += '<input type="checkbox" id="dota2db-dialog-match2-output" name="dota2db-dialog-match2-output">';
output += '<input type="checkbox" id="dota2db-dialog-match2-output" name="dota2db-dialog-match2-output" checked>';
output += '<label for="dota2db-dialog-match2-output">' + mw.message( 'dota2db-dialog-match2-output' ).text() + '</label><br>';

return output;
Expand Down

0 comments on commit f0b935b

Please sign in to comment.