From 2c6d67c05b6ef57aabda288a164dd2885894ae89 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Fri, 18 Sep 2015 18:45:41 +0100 Subject: Load UIComponent stylesheet via XMLHttpRequest, use background as needed --- background_scripts/main.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'background_scripts/main.coffee') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index df841028..10f7500e 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -668,6 +668,7 @@ sendRequestHandlers = setIcon: setIcon sendMessageToFrames: sendMessageToFrames log: bgLog + fetchFileContents: (request, sender) -> fetchFileContents request.fileName # We always remove chrome.storage.local/findModeRawQueryListIncognito on startup. chrome.storage.local.remove "findModeRawQueryListIncognito" -- cgit v1.2.3