aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed')
-rw-r--r--uncompressed/slack/package.json2
-rw-r--r--uncompressed/slack/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/uncompressed/slack/package.json b/uncompressed/slack/package.json
index 32c038a..61701b3 100644
--- a/uncompressed/slack/package.json
+++ b/uncompressed/slack/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "slack", 2 "id": "slack",
3 "name": "Slack", 3 "name": "Slack",
4 "version": "1.0.13", 4 "version": "1.0.14",
5 "description": "Slack", 5 "description": "Slack",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
diff --git a/uncompressed/slack/webview.js b/uncompressed/slack/webview.js
index e64ff4d..0d250e5 100644
--- a/uncompressed/slack/webview.js
+++ b/uncompressed/slack/webview.js
@@ -9,7 +9,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
9const getTeamIcon = function getTeamIcon(count = 0) { 9const getTeamIcon = function getTeamIcon(count = 0) {
10 let countTeamIconCheck = count; 10 let countTeamIconCheck = count;
11 let bgUrl = null; 11 let bgUrl = null;
12 const teamMenu = document.querySelector('#team-menu-trigger'); 12 const teamMenu = document.querySelector('#team-menu-trigger, .p-ia__sidebar_header__team_name');
13 13
14 if (teamMenu) { 14 if (teamMenu) {
15 teamMenu.click(); 15 teamMenu.click();