Skip to content

Commit

Permalink
Opening a mini profile while on a profile no longer results in the FF…
Browse files Browse the repository at this point in the history
… Scouter being shown on the profile.
  • Loading branch information
DeKleineKobini committed Jan 6, 2025
1 parent 3499392 commit d316457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"fixes": [
{ "message": "Correctly count the supply pack value.", "contributor": "DeKleineKobini" },
{ "message": "Avoid an error on the item market when switching categories.", "contributor": "DeKleineKobini" },
{ "message": "Actually show an error when the revive request fails instead of showing the success message.", "contributor": "DeKleineKobini" }
{ "message": "Actually show an error when the revive request fails instead of showing the success message.", "contributor": "DeKleineKobini" },
{ "message": "Opening a mini profile while on a profile no longer results in the FF Scouter being shown on the profile.", "contributor": "DeKleineKobini" }
],
"changes": [{ "message": "Better optimize calls to tornpal.", "contributor": "DeKleineKobini" }],
"removed": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
element.setAttribute("title", detailMessage);
}

requireElement(".profile-container .description").then((d) => d.appendChild(element));
requireElement("#profile-mini-root .profile-container .description").then((d) => d.appendChild(element));
});
}
})();

0 comments on commit d316457

Please sign in to comment.