mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@271 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e781c4f14
commit
847c335901
6 changed files with 196 additions and 0 deletions
10
modules/comment/tpl.admin/js/document.js
Normal file
10
modules/comment/tpl.admin/js/document.js
Normal 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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue