Skip to content

Commit

Permalink
Fix icon class, remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer2514 committed Nov 2, 2023
1 parent 1f73424 commit 1fe08f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CollapsibleUI.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ https://programmer2514.github.io/?l=cui-changelog`
newToolbarIcon.setAttribute('tabindex', '0');
newToolbarIcon.style.display = 'inline-block';
newToolbarIcon.style.overflow = 'hidden';
newToolbarIcon.innerHTML = '<svg x="0" y="0" class="icon-2xnN2Y" '
newToolbarIcon.innerHTML = '<svg x="0" y="0" class="icon__4cb88" '
+ 'aria-hidden="false" width="24" height="24" viewBox="'
+ viewBox + '">' + rawSVGData + '</svg>';

Expand Down Expand Up @@ -2766,7 +2766,6 @@ https://programmer2514.github.io/?l=cui-changelog`

// Add mutation observer to reload my plugin when necessary
this.appObserver = new MutationObserver((mutationList) => {
console.log();
try {
// If there are a lot of mutations, assume we need to reload
// This increases performance a lot when switching views
Expand Down

0 comments on commit 1fe08f2

Please sign in to comment.