From 927547a379b378a5fe1ab631ffc18f3cc3055767 Mon Sep 17 00:00:00 2001
From: anekos
Date: Sat, 19 Mar 2011 01:16:06 +0900
Subject: Gmail の変更に対応
---
gmail-commando.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'gmail-commando.js')
diff --git a/gmail-commando.js b/gmail-commando.js
index ab54631..531ce23 100644
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -1,5 +1,5 @@
/* NEW BSD LICENSE {{{
-Copyright (c) 2010, anekos.
+Copyright (c) 2010-2011, anekos.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -35,14 +35,14 @@ THE POSSIBILITY OF SUCH DAMAGE.
// INFO {{{
let INFO =
<>
- anekosNew BSD License
-
+
Search with good completer.
:gmail
@@ -72,14 +72,14 @@ let INFO =
- anekosNew BSD License
-
+
ステキ補完で検索
:gmail
@@ -232,7 +232,7 @@ let INFO =
get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))),
// 入力欄 - input
- get input() this.doc.getElementById(':rg'),
+ get input() this.doc.getElementById(':re'),
get searchButton() this.doc.getElementById(':rk'),
--
cgit v1.2.3