Correct text input id to be able to save it

pull/1882/head
phl0 2022-12-29 00:00:45 +01:00
rodzic 54ad24d3be
commit 81b9c270c8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ checked.<br />
<form>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" class="form-control" id="exampleFormControlTextarea1" rows="3" aria-describedby="messageHelp"></textarea>
<textarea name="message" class="form-control" id="messageInput" rows="3" aria-describedby="messageHelp"></textarea>
<small id="messageHelp" class="form-text text-muted">Any extra information we need to know about?</small>
</div>
@ -40,4 +40,4 @@ checked.<br />
<button type="button" onclick="saveNotInLogRequest(this.form);" class="btn btn-sm btn-primary"><i
class="fas fa-plus-square"></i> Send not in log request</button>
</form>
</form>