Skip to content

Commit

Permalink
teams: add user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Feb 24, 2018
1 parent 394e05b commit 27829d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function initTeamsPage() {
populateTeamMenu($('.team-menu'));

$('#team-add-player-menu').dropdown({
action: 'hide',
action: 'activate',
fullTextSearch: true
});

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": "0.1.0",
"version": "0.1.1",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
gets talent and hero information and images from <a href="https://github.com/heroespatchnotes/heroes-talents">heroes-talents</a>.
</p>
<div class="ui inverted horizontal divider">Change Log</div>
<h3 class="ui inverted dividing header">Version 0.1.1</h3>
<p>Teams: Corrected issue where players could not be added to teams with the Add Player button.</p>
<h3 class="ui inverted dividing header">Version 0.1.0</h3>
<p>This is the first public release of Stats of the Storm. See the <a href="https://ebshimizu.github.io/stats-of-the-storm/">project page</a> for a full list of features in this release.</p>
</div>
Expand Down

0 comments on commit 27829d1

Please sign in to comment.