aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-12-29 17:32:03 +0000
committerStephen Blott2014-12-29 17:32:03 +0000
commit2dc855abaeeda8ad74c3179f7224858860672338 (patch)
treecaa4e3caa99eee7dafacbe462d90ef1f539f6b31 /content_scripts
parentf7541ed966859ae893600f5cfd17a1965efd0822 (diff)
downloadvimium-2dc855abaeeda8ad74c3179f7224858860672338.tar.bz2
Remove UI component demo.
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/vimium_frontend.coffee1
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()