sfc-utils 1.4.143 → 1.4.144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/accountswap.js +1 -1
  2. package/package.json +1 -1
package/accountswap.js CHANGED
@@ -40,7 +40,7 @@ const pollForAccount = async function (i, isNav) {
40
40
  return await pollForAccount(i + 1, isNav);
41
41
  }
42
42
  // Change the inner HTML
43
- rightBlock.innerHTML = `<div id="nav2-sub-box" href="${accountURL}">Account</div>`;
43
+ rightBlock.innerHTML = `<a id="nav2-sub-box" href="${accountURL}"><div>Account</div></a>`;
44
44
  // Instead of having a true link, set click event to run treg.realm.iframeProfile.NavigateToIndex()
45
45
  if (window.treg.realm.iframeProfile) {
46
46
  // Find the newly swapped button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.143",
3
+ "version": "1.4.144",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",