Fixes Zeroclipboard path to use from current path
This commit is contained in:
parent
3339c2d6a7
commit
9ec25dbd19
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ angular.module('copayApp.directives')
|
||||||
})
|
})
|
||||||
.directive('clipCopy', function() {
|
.directive('clipCopy', function() {
|
||||||
ZeroClipboard.config({
|
ZeroClipboard.config({
|
||||||
moviePath: '/lib/zeroclipboard/ZeroClipboard.swf',
|
moviePath: './lib/zeroclipboard/ZeroClipboard.swf',
|
||||||
trustedDomains: ['*'],
|
trustedDomains: ['*'],
|
||||||
allowScriptAccess: 'always',
|
allowScriptAccess: 'always',
|
||||||
forceHandCursor: true
|
forceHandCursor: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue