diff options
author | anekos | 2010-10-15 14:56:28 +0000 |
---|---|---|
committer | anekos | 2010-10-15 14:56:28 +0000 |
commit | e582448b367250a10098460ecc7567642a70ad68 (patch) | |
tree | bca64bb465c781f943b7c05bbec28f650f0aa646 /gmail-commando.js | |
parent | 89861756daeb3ac95dc183e7da4f63fd89f16e4e (diff) | |
download | vimperator-plugins-e582448b367250a10098460ecc7567642a70ad68.tar.bz2 |
へんこうにたいおう
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38587 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'gmail-commando.js')
-rwxr-xr-x | gmail-commando.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index 9c4e7e8..1f863d1 100755 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">GMail コマンドー</name> <description>The handy commands for GMail</description> <description lang="ja">便利なGMail用コマンドー</description> - <version>1.4.0</version> + <version>1.4.1</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -76,7 +76,7 @@ let g:gmail_commando_label_shortcut = 1 // INFO {{{ let INFO = <> - <plugin name="GMailCommando" version="1.3.7" + <plugin name="GMailCommando" version="1.4.1" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" summary="The handy commands for GMail" lang="en-US" @@ -113,7 +113,7 @@ let INFO = </description> </item> </plugin> - <plugin name="GMailコマンドー" version="1.3.7" + <plugin name="GMailコマンドー" version="1.4.1" href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" summary="便利なGMail用コマンドー" lang="ja" @@ -272,7 +272,7 @@ let INFO = get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))), - get input() this.doc.getElementById(':rh'), + get input() this.doc.getElementById(':rf'), get searchButton() this.doc.getElementById(':rj'), |