diff options
| author | Stephen Blott | 2015-09-19 12:05:47 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-09-19 12:05:47 +0100 |
| commit | b0c3eb6ea8812240e42ea355bf67f9ba4ead10e0 (patch) | |
| tree | 3876f3c7b691efb07a8edfd30c5afbca716db6df /background_scripts | |
| parent | 95f81e00d3c2002befe47c1b756907164148351f (diff) | |
| parent | 2eb6d9a7d3412e4b46e081caa7054f925ffe7e92 (diff) | |
| download | vimium-b0c3eb6ea8812240e42ea355bf67f9ba4ead10e0.tar.bz2 | |
Merge branch 'mrmr1993/xmlhttprequest-uicomponent-styles'
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
