Skip to content

Commit

Permalink
fix: remove jquery dependency to fix slack v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nysos3 authored Sep 4, 2019
1 parent b494c19 commit 2dd41ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ document.addEventListener('DOMContentLoaded', function() {
\`
let s = document.createElement('style');
s.type = 'text/css';
s.innerHTML = css;
s.innerHTML = css + overrides;
document.head.appendChild(s);
});
"
Expand Down

0 comments on commit 2dd41ba

Please sign in to comment.