diff options
author | mattn | 2008-04-15 08:14:19 +0000 |
---|---|---|
committer | mattn | 2008-04-15 08:14:19 +0000 |
commit | 6ec687f79e764e711f41ef957c538663c296ded1 (patch) | |
tree | 593d3c7b86a68348a9a33591f7d80ae999ebf3c9 /direct_bookmark.js | |
parent | ddebe6d8d17742ef8942fe15f5c52b60f0c2d537 (diff) | |
download | vimperator-plugins-6ec687f79e764e711f41ef957c538663c296ded1.tar.bz2 |
lang/javascript/vimperator-plugins/trunk/direct_bookmark.js:
* ぼんみす!
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@9490 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r-- | direct_bookmark.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index a4b3733..be391b6 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -267,7 +267,7 @@ description:'del.icio.us',
account:['https://secure.delicious.com', 'https://secure.delicious.com', null],
loginPrompt:{ user:'', password:'', description:'Enter username and password.' },
- entryPage:'http://del.icio.us/url/%URL:MD5%',
+ entryPage:'http://del.icio.us/url/%URL::MD5%',
poster:function(user,password,url,comment,tags){
var title = liberator.buffer.title;
var request_url = 'https://api.del.icio.us/v1/posts/add?' + [
|