try implementing async post via reply box
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<td>
|
||||
<input type="text" name="name" value="" />
|
||||
</td>
|
||||
<td>
|
||||
<span id="postform_msg"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
@@ -29,7 +32,7 @@
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="subject" value="" />
|
||||
<input type="submit" value="{{button}}" class="button" />
|
||||
<input type="submit" value="{{button}}" class="button" id="postform_submit" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user