diff options
| author | Stephen Blott | 2014-12-29 17:32:03 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-29 17:32:03 +0000 |
| commit | 2dc855abaeeda8ad74c3179f7224858860672338 (patch) | |
| tree | caa4e3caa99eee7dafacbe462d90ef1f539f6b31 /content_scripts | |
| parent | f7541ed966859ae893600f5cfd17a1965efd0822 (diff) | |
| download | vimium-2dc855abaeeda8ad74c3179f7224858860672338.tar.bz2 | |
Remove UI component demo.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 114786e8..2de08c39 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -198,6 +198,7 @@ window.addEventListener "focus", -> # initializeOnDomReady = -> enterInsertModeIfElementIsFocused() if isEnabledForUrl + # Tell the background page we're in the dom ready state. chrome.runtime.connect({ name: "domReady" }) CursorHider.init() |
