jquery / codeorigin.jquery.com

jQuery CDN
https://releases.jquery.com
Other
57 stars 602 forks source link

Copy to clipboard button don't work #49

Closed ubaidisaev closed 4 years ago

ubaidisaev commented 5 years ago

code jquery com

Returns just url of current page ( code.jquery.com ).

OS: Window 10 Browser: Chrome 73

dmethvin commented 5 years ago

This definitely seems broken. For some reason the Algolia search code is on this page and it's throwing an error, that might be related.

paulsmithkc commented 4 years ago

I can confirm that this is broken. It is not working for me or any of my students.

s-pace commented 4 years ago

I do not think the DocSearch script is related to this issue but I will make sure the snippet is only integrated if the input is here.

mgol commented 4 years ago

There's a problem with the Clipboard.js library, I replaced it with something that works. PR: https://github.com/jquery/jquery-wp-content/pull/422.