diff options
author | anekos | 2011-03-21 07:36:01 +0900 |
---|---|---|
committer | anekos | 2011-03-21 07:36:01 +0900 |
commit | 413ae2b01139405a031c240bc9b40adc021282a8 (patch) | |
tree | e7deeeb39bb2b8c863787d64c772295a6e04e737 /gmail-commando.js | |
parent | b0df4112b3572c2904472e86199e2d47b6246606 (diff) | |
download | vimperator-plugins-413ae2b01139405a031c240bc9b40adc021282a8.tar.bz2 |
確認し忘れ oOoOoOOps
Diffstat (limited to 'gmail-commando.js')
-rw-r--r-- | gmail-commando.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index 531ce23..25ca2a3 100644 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE. // INFO {{{ let INFO = <> - <plugin name="GMailCommando" version="1.4.4" + <plugin name="GMailCommando" version="1.4.5" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" summary="The handy commands for GMail" lang="en-US" @@ -72,7 +72,7 @@ let INFO = </description> </item> </plugin> - <plugin name="GMailコマンドー" version="1.4.4" + <plugin name="GMailコマンドー" version="1.4.5" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" summary="便利なGMail用コマンドー" lang="ja" @@ -234,7 +234,7 @@ let INFO = // 入力欄 - input get input() this.doc.getElementById(':re'), - get searchButton() this.doc.getElementById(':rk'), + get searchButton() this.doc.getElementById(':ri'), get translateButton () (this.mail && this.mail.querySelector('tr > td.SA > .iL.B9')), get translateButtons () A(this.doc.querySelectorAll('tr > td.SA > .iL.B9')), |