Update popup (not closing on switch/clear cookies)

merge-requests/1/head
magnolia1234 3 years ago
parent 60df2d4144
commit e638490f52

@ -11,6 +11,7 @@ Fix-update Il Secolo XIX (amp)
Fix-update Medium custom domains (meter)
Fix-update Statista (premium)
Fix-update The Times (puzzles)
Update popup (not closing on switch/clear cookies)
* v2.0.7.0 (2021-02-07)
Add Diario de Ibiza/Mallorca, Faro de Vigo & La Provincia (Spain)

@ -472,5 +472,5 @@
"*://*.userzoom.com/*",
"*://*.wsj.net/*"
],
"version": "2.0.7.5"
"version": "2.0.7.6"
}

@ -18,7 +18,7 @@ function popup_show_toggle(domain) {
site_switch_span.appendChild(labelEl);
document.getElementById("site_switch").addEventListener('click', function () {
ext_api.extension.getBackgroundPage().site_switch();
open(location).close();
//open(location).close();
});
}
};
@ -26,5 +26,5 @@ ext_api.extension.getBackgroundPage().popup_show_toggle_tab(popup_show_toggle);
document.getElementById("clear_cookies").addEventListener('click', function () {
ext_api.extension.getBackgroundPage().clear_cookies();
open(location).close();
//open(location).close();
});

Loading…
Cancel
Save