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

This commit is contained in:
zero 2007-03-06 02:23:10 +00:00
parent 0c844db533
commit f79b18f6cc
8 changed files with 131 additions and 152 deletions

View file

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