mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
albatross에서 글 등록 안되는 문제 해결
prototype에서 element의 insert를 정의하고 있기 때문에 insert대신에 window.insert를 불러줘야 합니다. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d9aa7fd5f
commit
e511b851e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<div class="boardWrite bottomBorder">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor" id="fo_write">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, window.insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor" id="fo_write">
|
||||
<fieldset class="bottomBorder">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue