Skip to content

Commit

Permalink
Merge Space Public Site - Meeds-io/MIPs#151 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Oct 7, 2024
2 parents 3776fce + 3e2079f commit d26c509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export default {
},
};
extensionRegistry.registerExtension('profile-extension', 'action', profileExtensionAction);
document.dispatchEvent(new CustomEvent('profile-extension-updated', { detail: profileExtensionAction}));
},
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ export function initAPI() {

export function init() {
window.walletAddonInstalled = true;

document.addEventListener('profile-extension-init', () => {
document.dispatchEvent(new CustomEvent('exo-wallet-init'));
});
}

document.addEventListener('exo-wallet-init', () => {
Expand Down

0 comments on commit d26c509

Please sign in to comment.