Explorar el Código

fix open-patebu-comment

pull/1/head
10sr hace 12 años
padre
commit
b4fa9bf914
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Ver fichero

@@ -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');



Cargando…
Cancelar
Guardar