1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Uncomment closePopupIfOpen code.

This commit is contained in:
Dan Miller 2018-07-24 11:45:36 -02:30
parent cb8ea12db6
commit 64a82fd3da

View File

@ -70,10 +70,10 @@ async function start () {
function closePopupIfOpen (windowType) {
// if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
// should close only chrome popup
// notificationManager.closePopup()
// }
notificationManager.closePopup()
}
}
function displayCriticalError (err) {