git-svn-id: http://xe-core.googlecode.com/svn/trunk@271 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 02:48:55 +00:00
parent 6e781c4f14
commit 847c335901
6 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/**
* @file modules/document/tpl.admin/js/board.js
* @author zero <zero@nzeo.com>
* @biref board 모듈의 javascript
**/
/* 검색 실행 */
function completeSearch(fo_obj) {
fo_obj.submit();
}