This commit is contained in:
Github Enterprise 2021-11-25 00:09:38 +00:00
commit 2a7566d2fc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $body = <<<EOT
<input type="text" name="banuser" class="form-control" id="ban_username" placeholder="Username" autocomplete="off">
<input type="text" name="banreason" class="form-control" id="ban_reason" placeholder="Moderation Reason" autocomplete="off">
<div class="input-group-append">
<button type="button" class="btn btn-danger" type="button" onclick="banUser()">Moderate User</button>
<button type="button" class="btn btn-danger" type="button" onclick="banUser()">Moderate</button>
</div>
</div>
</div>