Bug 1621128 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

run: window.dispatchEvent(new CustomEvent("prefchange"));
It will trigger "prefchange" event and corresponsing event listener in the Account Manager Tab will save the preferences.
```
window.dispatchEvent(new CustomEvent("prefchange"));
```
It will trigger a "prefchange" event and corresponding event listener in the Account Manager Tab will save the preferences.

Back to Bug 1621128 Comment 3