summaryrefslogtreecommitdiff
path: root/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'content.js')
-rw-r--r--content.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/content.js b/content.js
index f2aa49a2..dc7c7cd7 100644
--- a/content.js
+++ b/content.js
@@ -51,4 +51,5 @@ function onMouseDown(e) {
}
+
window.addEventListener('mousedown', onMouseDown, false);