Archived
1
0

try implementing async post via reply box

This commit is contained in:
Jeff Becker
2016-04-30 16:03:39 -04:00
parent 157d1f8cb9
commit d47d390536
3 changed files with 91 additions and 11 deletions

View File

@@ -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>