aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-27 11:30:45 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-27 11:30:45 +0100
commite739f16f0907a3f2976641e95ddfc68ab331bde0 (patch)
tree46bacf7f8b97372393f3c7902881d1f4ab20634f /uncompressed
parentImprove README (diff)
downloadferdium-recipes-e739f16f0907a3f2976641e95ddfc68ab331bde0.tar.gz
ferdium-recipes-e739f16f0907a3f2976641e95ddfc68ab331bde0.tar.zst
ferdium-recipes-e739f16f0907a3f2976641e95ddfc68ab331bde0.zip
#80 Fix icon for Slack March 2020 styles update
Co-Authored-By: Justine Bateman <justinebateman@users.noreply.github.com>
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();