diff options
author | anekos | 2010-05-04 03:09:52 +0000 |
---|---|---|
committer | anekos | 2010-05-04 03:09:52 +0000 |
commit | ae18aca712619a7031bdfe4f6023c90b06e84f1d (patch) | |
tree | 55a51bf5780bcd35007eaf6a0c133989cd8a7605 /bitly.js | |
parent | 2a31e403d5b1cb6a0f11d855cbcd34cdb3ac9c36 (diff) | |
download | vimperator-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |