diff --git a/static/js/app.js b/static/js/app.js index c718375fe..a97b9d9be 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -3,7 +3,7 @@ var ROBOT_PATTERN = '^[a-zA-Z][a-zA-Z0-9]{3,29}$'; $.fn.clipboardCopy = function() { if (zeroClipboardSupported) { - (new ZeroClipboard($(this), { 'moviePath': 'static/lib/ZeroClipboard.swf' })); + (new ZeroClipboard($(this), { 'swfPath': 'static/lib/ZeroClipboard.swf' })); return true; }