diff options
author | anekos | 2011-06-05 10:33:20 +0900 |
---|---|---|
committer | anekos | 2011-06-05 10:33:47 +0900 |
commit | 30da375c3b825ee6d5b8ebd74247bd44cda1688f (patch) | |
tree | 8097b0ddef7188584c1574a80968614d8dd115e9 /gmail-commando.js | |
parent | 7ffaf4f80305c6cea806d8f558a5043b27c121be (diff) | |
download | vimperator-plugins-30da375c3b825ee6d5b8ebd74247bd44cda1688f.tar.bz2 |
follow gmail changes
Diffstat (limited to 'gmail-commando.js')
-rw-r--r-- | gmail-commando.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index 25ca2a3..9e437b1 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.5" + <plugin name="GMailCommando" version="1.4.6" 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.5" + <plugin name="GMailコマンドー" version="1.4.6" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" summary="便利なGMail用コマンドー" lang="ja" @@ -232,9 +232,9 @@ let INFO = get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))), // 入力欄 - input - get input() this.doc.getElementById(':re'), + get input() this.doc.getElementById(':rf'), - get searchButton() this.doc.getElementById(':ri'), + get searchButton() this.doc.getElementById(':rj'), get translateButton () (this.mail && this.mail.querySelector('tr > td.SA > .iL.B9')), get translateButtons () A(this.doc.querySelectorAll('tr > td.SA > .iL.B9')), |