Browse Source

fix open-patebu-comment

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

+ 1
- 1
_keysnail.js View File

@@ -378,7 +378,7 @@ ext.add('send-escape', function (ev, arg) {

ext.add("open-hatebu-comment", function (ev, arg) {
if (window.loadURI) {
loadURI("javascript:location.href='http://b.hatena.ne.jp/entry?mode=more&url='+escape(location.href);");
loadURI("javascript:location.href='http://b.hatena.ne.jp/entry?mode=more&url='+encodeURIComponent(location.href);");
}
}, 'hatebu');



Loading…
Cancel
Save