Fix ZeroClipboard path for the new version
This commit is contained in:
parent
99d75bede7
commit
4b2a0b5063
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var ROBOT_PATTERN = '^[a-zA-Z][a-zA-Z0-9]{3,29}$';
|
||||||
|
|
||||||
$.fn.clipboardCopy = function() {
|
$.fn.clipboardCopy = function() {
|
||||||
if (zeroClipboardSupported) {
|
if (zeroClipboardSupported) {
|
||||||
(new ZeroClipboard($(this), { 'moviePath': 'static/lib/ZeroClipboard.swf' }));
|
(new ZeroClipboard($(this), { 'swfPath': 'static/lib/ZeroClipboard.swf' }));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue