diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-20 17:15:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-20 17:15:40 -0700 |
commit | d8a630fa2881a0cf012c6548706dde7c4740fe14 (patch) | |
tree | 80a4cc60c491373154d5c39146b3c0dac9eb3840 /ext/content.js | |
parent | 7208872b9fee135318b8a1a8b4483547b3986c89 (diff) |
Simple lookup now works.
Diffstat (limited to 'ext/content.js')
-rw-r--r-- | ext/content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/content.js b/ext/content.js index dc7c7cd7..aa51d758 100644 --- a/ext/content.js +++ b/ext/content.js @@ -52,4 +52,4 @@ function onMouseDown(e) { -window.addEventListener('mousedown', onMouseDown, false); +// window.addEventListener('mousedown', onMouseDown, false); |