diff -r 9fd6247d8c87 -r c66274d0d850 integration/js/projet.js --- a/integration/js/projet.js Thu May 16 15:48:26 2013 +0200 +++ b/integration/js/projet.js Thu May 16 17:42:41 2013 +0200 @@ -6,7 +6,7 @@ //ZeroClipboard (fonctionne sous localhost) var clip = new ZeroClipboard( $('.clipboard'), { - moviePath: "lib/ZeroClipboard/ZeroClipboard.swf" + moviePath: ZeroClipboardMoviePath }); clip.on( 'complete', function(client, args) { alert("Copied text to clipboard: " + args.text );