browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

Removed jQuery usage in listener, fixes #55

Open amercier opened this issue 6 years ago • 2 comments

This PR fixes #55 by removing jQuery usage entirely in listener.js.

Note: I believe using jQuery is not necessary as addEventListener and postMessage are widely supported now (especially this is Chrome-only here).

amercier avatar Jun 16 '18 07:06 amercier

I cannot make the test pass locally (even without my changes). What environment is required? I've tried with node 0.10 as in Travis CI. Any help would be appreciated.

amercier avatar Jun 16 '18 08:06 amercier

@stevepeak Is this repo maintained?

amercier avatar Aug 10 '18 15:08 amercier