Archived
1
0

add unban function

This commit is contained in:
jeff
2015-08-07 12:36:59 -04:00
parent d2001461c9
commit 6b4b455a12
2 changed files with 23 additions and 6 deletions

View File

@@ -16,11 +16,14 @@
<div> post actions </div>
<hr />
<div>
<label for="nntpchan_mod_target">url</label>
<label for="nntpchan_mod_target">target</label>
<input id="nntpchan_mod_target" type="text" />
</div>
<button onclick="nntpchan_ban()">ban</button>
<button onclick="nntpchan_delete()">delete</button>
<div>
<button onclick="nntpchan_ban()">ban (url)</button>
<button onclick="nntpchan_delete()">delete (url)</button>
<button onclock="nntpchan_unban()">unban (ip)</button>
</div>
</div>
<div id="nntpchan_mod_result"></div>
<noscript>