Skip to content

Commit

Permalink
#313 add pick detail to team detail pdf export
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Apr 7, 2021
1 parent 55b7624 commit 7ef1d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions js/teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,8 @@ function layoutTeamDetailPrint(sections) {
addPrintPage('bans');
addPrintSubHeader('Ban Priority', 'bans');
copyFloatingTable($('#team-ban-summary'), getPrintPage('bans'));
addPrintSubHeader('Pick Detail', 'bans');
copyFloatingTable($('#team-pick-detail'), getPrintPage('bans'));
}

if (sects.indexOf('against') !== -1) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats-of-the-storm",
"version": "2.6.43",
"version": "2.6.44",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down

0 comments on commit 7ef1d1a

Please sign in to comment.