Browse Source

fix delicious ext

pull/1/head
10sr 12 years ago
parent
commit
21728809da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js View File

@@ -194,7 +194,7 @@ ext.add("list-url", function(){
}, "list url");

ext.add("bookmark-delicious", function(){
f= 'http://www.delicious.com/save?url=' + encodeURIComponent(window.location.href) +
f= 'http://www.delicious.com/save?url=' + encodeURIComponent(window.content.location.href) +
'&title=' + encodeURIComponent(document.title) +
'&notes=' + encodeURIComponent('' + (window.getSelection ?
window.getSelection() : document.getSelection ?


Loading…
Cancel
Save