diff options
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ * { label: 'anchor', value: '<a href="%URL%">%TITLE%</a>' }, * { label: 'selanchor', value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, * { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } - * { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function() content.document.getElementById('ASIN').value}, + * { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, * ]; * EOM */ |