diff --git a/js/teams.js b/js/teams.js index 630a2b3..34f1c40 100644 --- a/js/teams.js +++ b/js/teams.js @@ -12,7 +12,7 @@ function initTeamsPage() { populateTeamMenu($('.team-menu')); $('#team-add-player-menu').dropdown({ - action: 'hide', + action: 'activate', fullTextSearch: true }); diff --git a/package.json b/package.json index 8b79b9d..6ac6b9c 100644 --- a/package.json +++ b/package.json @@ -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": "falindrith@gmail.com", diff --git a/templates/about-page.html b/templates/about-page.html index afc644d..3a3e004 100644 --- a/templates/about-page.html +++ b/templates/about-page.html @@ -16,6 +16,8 @@

Stats of the Storm - Version heroes-talents.

Change Log
+

Version 0.1.1

+

Teams: Corrected issue where players could not be added to teams with the Add Player button.

Version 0.1.0

This is the first public release of Stats of the Storm. See the project page for a full list of features in this release.