Show
Ignore:
Timestamp:
07/02/08 00:32:43 (6 months ago)
Author:
teramako
Message:

ちょっと分かり難いのでASINコード取得のサンプルを修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/copy.js

    r14325 r15010  
    5555 *   { label: 'selanchor',      value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, 
    5656 *   { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } 
    57  *   { label: 'ASIN',   value: 'copy ASIN code from Amazon', custom: function() content.document.getElementById('ASIN').value}, 
     57 *   { label: 'ASIN',   value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, 
    5858 * ]; 
    5959 * EOM