integration/js/projet.js
changeset 16 c66274d0d850
parent 9 e3d551eda5a6
--- 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 );