소스 검색

keysnail.js: remove chaika code

pull/1/head
10sr 11 년 전
부모
커밋
389d187490
1개의 변경된 파일0개의 추가작업 그리고 23개의 파일을 삭제
  1. +0
    -23
      _keysnail.js

+ 0
- 23
_keysnail.js 파일 보기

@@ -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 = {};


불러오는 중...
취소
저장