aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
authoranekos2010-05-04 03:09:52 +0000
committeranekos2010-05-04 03:09:52 +0000
commitae18aca712619a7031bdfe4f6023c90b06e84f1d (patch)
tree55a51bf5780bcd35007eaf6a0c133989cd8a7605 /bitly.js
parent2a31e403d5b1cb6a0f11d855cbcd34cdb3ac9c36 (diff)
downloadvimperator-plugins-ae18aca712619a7031bdfe4f6023c90b06e84f1d.tar.bz2
API Key のページに飛ばすように
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37343 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'bitly.js')
-rw-r--r--bitly.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitly.js b/bitly.js
index c78eda7..e0574c1 100644
--- a/bitly.js
+++ b/bitly.js
@@ -77,6 +77,7 @@ let PLUGIN_INFO =
}
function setupAuth (callback) {
+ liberator.open('http://bit.ly/a/your_api_key', liberator.NEW_TAB);
commandline.input(
'Login name for bit.ly: ',
function (username) {