From 9057edb0ddb21eb1770679d0a039f51a3b682480 Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 10 Dec 2009 11:35:40 +0000
Subject: fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36117 d0d07461-0603-4401-acd4-de1884942a52
---
amebanow.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'amebanow.js')
diff --git a/amebanow.js b/amebanow.js
index 0fe1113..f054335 100755
--- a/amebanow.js
+++ b/amebanow.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
Amebaなう
nau
Amebaなうする
- 1.0.2
+ 1.0.3
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -89,7 +89,7 @@ let INFO =
let req =
new plugins.libly.Request(
url,
- {Referrer: 'http://now.ameba.jp/'},
+ {Referer: 'http://now.ameba.jp/'},
{postBody: data}
);
req.addEventListener(
--
cgit v1.2.3