Bug 1411602 - controlCenter_about does not show the control center. r=MattN

MozReview-Commit-ID: 7d0dvAebymF

--HG--
extra : rebase_source : 0acda3bbb5b2677c0a0e31b37c21dcc1e2753d55
This commit is contained in:
Rand Mustafa 2017-11-03 16:39:30 -04:00
parent df4f8ff8c2
commit 1151820f71

View File

@ -33,7 +33,7 @@ this.ControlCenter = {
about: {
selectors: ["#identity-popup"],
async applyConfig() {
await loadPage("about:home");
await loadPage("about:rights");
await openIdentityPopup();
},
},