aboutsummaryrefslogtreecommitdiffstats
path: root/copy.js
diff options
context:
space:
mode:
Diffstat (limited to 'copy.js')
-rw-r--r--copy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.js b/copy.js
index 5c0750e..9afe8ca 100644
--- a/copy.js
+++ b/copy.js
@@ -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
*/