From 8670bc5e3853747fbb823a752b4529b23e9ab2fe Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa aka. btm Date: Sun, 26 Feb 2012 23:00:09 +0900 Subject: fix: syntax error at config's example --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') diff --git a/copy.js b/copy.js index 035054c..7007f2d 100644 --- a/copy.js +++ b/copy.js @@ -63,7 +63,7 @@ liberator.globalVariables.copy_templates = [ { label: 'title', value: '%TITLE%', map: ',y' }, { label: 'anchor', value: '%TITLE%' }, { label: 'selanchor', value: '%SEL%' }, - { label: 'htmlblockquote', value: '
%HTMLSEL%' } + { label: 'htmlblockquote', value: '
%HTMLSEL%' }, { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, ]; EOM -- cgit v1.2.3