Index: popup.js |
=================================================================== |
--- a/popup.js |
+++ b/popup.js |
@@ -36,7 +36,7 @@ |
if (!page || (page.url.protocol != "http:" && |
page.url.protocol != "https:")) |
document.body.classList.add("local"); |
- else if (!backgroundPage.htmlPages.has(page)) |
+ else if (!require("filterComposer").isPageReady(page)) |
Sebastian Noack
2016/03/21 22:10:03
The changes below are from rebasing. However, whil
kzar
2016/03/22 07:06:03
Acknowledged.
|
{ |
document.body.classList.add("nohtml"); |
require("messaging").getPort(window).on( |