Explorar el Código

keysnail.js: remove chaika code

pull/1/head
10sr hace 11 años
padre
commit
389d187490
Se han modificado 1 ficheros con 0 adiciones y 23 borrados
  1. +0
    -23
      _keysnail.js

+ 0
- 23
_keysnail.js Ver fichero

@@ -30,29 +30,6 @@
);
})();

(function(){
function evalCode(s){
window.loadURI("javascript:" + s);
}

function find(s){
evalCode("Nodes.findBoxText.value='" + encodeURIComponent(s) + "';" +
"FindBox.find();");
// evalCode("FindBox.show()");
}

function readFind(){
prompt.reader({
message : "Search word?",
callback : function(s){
find(s);
}
});
}

ext.add("chaika-find", readFind, "chaika find");
})();

//////////////////////////////////////
//// sitelocalkeymap
var local = {};


Cargando…
Cancelar
Guardar