ZeroClipboard doesn\'t work and it doesn\'t throw any errors (javascript console).
The website is hosted on a HTTPS webserver running on localhost. Both the website and
I solved editing this line on ZeroClipboard.min.js
return a+"ZeroClipboard.swf"
to:
return "//YOUR/PATH/TO/ZeroClipboard.swf"