From 27829d1c90505669a58f488af5adf9b35bcbb9fe Mon Sep 17 00:00:00 2001
From: Evan Shimizu
Date: Sat, 24 Feb 2018 12:53:23 -0500
Subject: [PATCH] teams: add user fix
---
js/teams.js | 2 +-
package.json | 2 +-
templates/about-page.html | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
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 @@
Change Log
+
+ Teams: Corrected issue where players could not be added to teams with the Add Player button.
This is the first public release of Stats of the Storm. See the project page for a full list of features in this release.