Changeset 38587

Show
Ignore:
Timestamp:
10/15/10 23:56:28 (3 years ago)
Author:
anekos
Message:

へんこうにたいおう

Files:
1 modified

Legend:

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

    r38429 r38587  
    4040  <description>The handy commands for GMail</description> 
    4141  <description lang="ja">便利なGMail用コマンドー</description> 
    42   <version>1.4.0</version> 
     42  <version>1.4.1</version> 
    4343  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4444  <license>new BSD License (Please read the source code comments of this plugin)</license> 
     
    7777let INFO = 
    7878<> 
    79   <plugin name="GMailCommando" version="1.3.7" 
     79  <plugin name="GMailCommando" version="1.4.1" 
    8080          href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" 
    8181          summary="The handy commands for GMail" 
     
    114114    </item> 
    115115  </plugin> 
    116   <plugin name="GMailコマンドー" version="1.3.7" 
     116  <plugin name="GMailコマンドー" version="1.4.1" 
    117117          href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" 
    118118          summary="便利なGMail用コマンドー" 
     
    273273    get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))), 
    274274 
    275     get input() this.doc.getElementById(':rh'), 
     275    get input() this.doc.getElementById(':rf'), 
    276276 
    277277    get searchButton() this.doc.getElementById(':rj'),