diff options
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ liberator.commands.addUserCommand(['copy'],'Copy to clipboard', var str = getCopyTemplate(arg) || arg; copyString = replaceVariable(str); } - liberator.copyToClipboard(copyString); + liberator.util.copyToClipboard(copyString); if (isError){ liberator.echoerr('CopiedErrorString: `' + copyString + "'"); } else { |