Skip to content

Commit

Permalink
zeroclipboard source updated
Browse files Browse the repository at this point in the history
  • Loading branch information
elifceren committed Aug 20, 2015
1 parent 42df31f commit 998e6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function findOrLoadZeroClipboard(){
else {
// load zeroclipboard from CDN
// in production we want the minified version
var ZERO_CLIPBOARD_SOURCE = '//cdnjs.cloudflare.com/ajax/libs/zeroclipboard/2.1.5/ZeroClipboard';
var ZERO_CLIPBOARD_SOURCE = 'http://zeroclipboard.org/javascripts/zc/v2.2.0/ZeroClipboard';
loadScript(process.env.NODE_ENV === 'production' ? ZERO_CLIPBOARD_SOURCE + '.min.js' : ZERO_CLIPBOARD_SOURCE + '.js', handleZeroClipLoad);
}
}
Expand Down

0 comments on commit 998e6ed

Please sign in to comment.